Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
test-platform
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
马博
test-platform
Commits
2957c24e
Commit
2957c24e
authored
Nov 09, 2018
by
赵然
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zr
parent
1cb476f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
种红包新用户_AccessTest.java
src/test/java/http/cases/WalletTest/种红包新用户_AccessTest.java
+5
-1
No files found.
src/test/java/http/cases/WalletTest/种红包新用户_AccessTest.java
View file @
2957c24e
...
...
@@ -63,8 +63,12 @@ public class 种红包新用户_AccessTest extends DuibaTestBase{
//dafuweng登陆获取cookies
Map
cookies
=
authorization
.
dafuwengLogin
(
uid
);
//调用getLandList接口
//调用getLandList接口
,生成新人待收获红包,并校验第一块土地默认解锁
Response
response
=
seedRedPacketService
.
getLandList
(
cookies
,
"1"
,
"424"
);
String
landStatus
=
response
.
jsonPath
().
getString
(
"data.landList[0].landStatus"
);
Assert
.
assertEquals
(
landStatus
,
"4"
,
"新人第一块土地状态校验失败"
);
Thread
.
sleep
(
1000
);
//获取新人红包订单号
Map
<
String
,
Object
>
sqlResult
=
jdbc
.
findSimpleResult
(
"select * from activity_order_con.tb_trade_center_activity_order_"
+
tag
+
" where consumer_id ="
+
consumerId
+
" and activity_type = 'seedRedPacket'"
);
...
...
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