Commit 892dc44f authored by 龚小红's avatar 龚小红

优惠码用户更换

parent 25821bb0
......@@ -52,6 +52,7 @@ public class Cashback implements Authorization {
throwables.printStackTrace();
}
}
@Test(description = "一级用户绑定分享合伙人关系",priority = 1)
public void 一级用户绑定分享合伙人关系() {
newUser1();
......@@ -66,7 +67,7 @@ public class Cashback implements Authorization {
boolean bindResult=response.jsonPath().getBoolean("data.bindResult");
Assert.assertTrue(bindResult,network.message(PAY_bind,"用户绑定失败",response.body().asString()));
}
//
@Test (description = "默认付费_一级用户邀请付费页",priority = 2) //priority 方法执行优先级
public void 默认付费_一级用户邀请付费页() {
//代理人续费状态
......
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