xubh 4 роки тому
батько
коміт
da591e2db8

+ 1 - 0
src/main/java/com/minpay/shouhuo/deliveryaction/DeliveryAction.java

@@ -220,6 +220,7 @@ public class DeliveryAction implements IMINAction{
 		mapNew.put("channel", user.getChannel());
 		mapNew.put("returnUrl", returnUrl);
 		mapNew.put("MINView", "JSON");
+        mapNew.put("orderNo", orderNo);
 		JSONObject jsonOb = JSONObject.fromObject(mapNew);
 		String str = jsonOb.toString();
 		Log.info("通知售货机推货:".concat(str));