Commit 6b6c0623 by yangfangfang

订单、收支、支付方式

parent 6c253b3a
......@@ -31,7 +31,6 @@ public class TestUpdate extends XMBaseTest {
@Test(description = "修改通用配置支付方式-关闭/开启")
public void testUpdate(){
//修改默认支付方式
String getListStatus=payTools.getList().getJSONArray("result").getJSONObject(1).getString("status");
......@@ -46,7 +45,9 @@ public class TestUpdate extends XMBaseTest {
}
//修改自定义方式
JSONObject saveResult=payTools.save("被修改自动化支付方式");
String saveId=saveResult.getString("result");
......@@ -80,7 +81,6 @@ public class TestUpdate extends XMBaseTest {
ON.put("operatorId",xmAppApi.getLoginInfo().getAdminId());
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
......
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