Commit d83dc360 by 张新旗

代码提交

parent c9c60799
...@@ -135,7 +135,7 @@ public class MachineApiServiceImpl { ...@@ -135,7 +135,7 @@ public class MachineApiServiceImpl {
JSONObject data = new JSONObject(); JSONObject data = new JSONObject();
data.put("state",2); data.put("state",2);
data.put("payTime",new Date()); data.put("payTime",new Date());
param.put("data",data); param.put("data",data.toJSONString());
param.put("orderId",orderId); param.put("orderId",orderId);
sendRequest(param.toJSONString(),"/v1/order/update"); sendRequest(param.toJSONString(),"/v1/order/update");
} }
......
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