Commit 5f388511 authored by 龚小红's avatar 龚小红

.

parent caeeab4e
...@@ -40,8 +40,8 @@ public class Manager implements Authorization { ...@@ -40,8 +40,8 @@ public class Manager implements Authorization {
Response response = null; Response response = null;
HashMap<String,Object> params = new HashMap<>(); HashMap<String,Object> params = new HashMap<>();
int size= 0 ; int size= 0 ;
int i= 1; int i= 10;
while(size<1 && i<10){ while(size<1 && i<20){
params.put("pageIndex",i); params.put("pageIndex",i);
params.put("pageSize", "20"); params.put("pageSize", "20");
response = network.getResponse(params, BasicConfig.MANAGER_oto_sellerList); response = network.getResponse(params, BasicConfig.MANAGER_oto_sellerList);
......
...@@ -759,8 +759,8 @@ public class Phone implements Authorization { ...@@ -759,8 +759,8 @@ public class Phone implements Authorization {
boolean data = response.jsonPath().getBoolean("data"); boolean data = response.jsonPath().getBoolean("data");
Assert.assertTrue(data,network.message(params,BasicConfig.WORK_delCust,"删除客户失败",response.body().asString())); Assert.assertTrue(data,network.message(params,BasicConfig.WORK_delCust,"删除客户失败",response.body().asString()));
} }
//
// for(int i = 4559;i<4984;i++){ // for(int i = 8512;i<8552;i++){
// HashMap<String,Object> params = new HashMap<>(); // HashMap<String,Object> params = new HashMap<>();
// params.put("custId", 7665); // params.put("custId", 7665);
// Response response = network.postResponse(params,BasicConfig.WORK_delCust); // Response response = network.postResponse(params,BasicConfig.WORK_delCust);
......
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