Commit ffe87013 by xuyamei

解决报错

parent 265d0f77
......@@ -79,6 +79,7 @@ public class TrainingCTools extends BaseTestImpl {
JSONObject body = new JSONObject();
body.put("memberId",memberId);
body.put("accountType", "TRAINING");
body.put("usable",true);
dataApi.doRequest(RequestType.JSON,dataparams,body.toString(),dataheadrs).assetsSuccess(true);
return dataApi.getBodyInJSON().getJSONArray("result");
......
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