Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oto
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
龚小红
oto
Commits
358b099f
Commit
358b099f
authored
Apr 16, 2021
by
张艳玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
b181f403
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Pay.java
src/test/java/com/kjj/cases/basics/Pay.java
+2
-1
No files found.
src/test/java/com/kjj/cases/basics/Pay.java
View file @
358b099f
...
...
@@ -37,7 +37,8 @@ public class Pay {
//付款中间页判断
Response
response
=
network
.
getResponse
(
PAY_GETMIDDLEDETAIL
);
int
skipType
=
response
.
jsonPath
().
getInt
(
"data.skipType"
);
Assert
.
assertEquals
(
skipType
,
2
,
network
.
message
(
PAY_GETMIDDLEDETAIL
,
"付款中间页:不是2020新版"
,
response
.
body
().
asString
()));
System
.
out
.
println
();
Assert
.
assertEquals
(
skipType
,
1
,
network
.
message
(
PAY_GETMIDDLEDETAIL
,
"付款中间页:不是2020新版"
,
response
.
body
().
asString
()));
//会员类型版本判断
Map
<
String
,
Object
>
params
=
new
HashMap
<
String
,
Object
>();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment