Commit 5e485e0a authored by 周松波's avatar 周松波

update

parent 36f8005f
...@@ -94,7 +94,7 @@ public class ContractSign_Cash_signTest extends DuibaTestBase { ...@@ -94,7 +94,7 @@ public class ContractSign_Cash_signTest extends DuibaTestBase {
public void 瓜分现金模式打卡() throws Exception { public void 瓜分现金模式打卡() throws Exception {
ContractSignCommon.modifyIssuePeriod(issueId,-1); ContractSignCommon.modifyIssuePeriod(issueId,-1);
ContractSignService.getHomeInfo(actId, uid1); ContractSignService.getHomeInfo(actId, uid1);
//Thread.sleep(60000); Thread.sleep(60000);
//uid1,uid2,uid3 打卡 //uid1,uid2,uid3 打卡
Response doSignRes = ContractSignService.doSign(actId, uid1); Response doSignRes = ContractSignService.doSign(actId, uid1);
String success = doSignRes.jsonPath().getString("success"); String success = doSignRes.jsonPath().getString("success");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment