Commit de846633 by xuyamei

解决报错

parent c48198cd
...@@ -270,8 +270,8 @@ public class CardTools extends XMBaseTest { ...@@ -270,8 +270,8 @@ public class CardTools extends XMBaseTest {
super.beforeDataRequest(dataUserInfos); super.beforeDataRequest(dataUserInfos);
JSONObject jsonObject = new JSONObject(); JSONObject jsonObject = new JSONObject();
//jsonObject.put("shelfState",shelfState);//启用状态 jsonObject.put("shelfState","YES");//启用状态
//jsonObject.put("xcxSaleStatus",xcxSaleStatus);//售卖状态 jsonObject.put("xcxSaleStatus","YES");//售卖状态
jsonObject.put("courseId", courseId); jsonObject.put("courseId", courseId);
jsonObject.put("commodityCardType", commodityCardType); jsonObject.put("commodityCardType", commodityCardType);
jsonObject.put("current", 0); jsonObject.put("current", 0);
......
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