Ver código fonte

添加预料

lcl 1 ano atrás
pai
commit
51c3371a6d
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      Util/HaoDa/Alipay/AliIotFunction.cs

+ 2 - 2
Util/HaoDa/Alipay/AliIotFunction.cs

@@ -64,8 +64,8 @@ namespace MySystem
             "  \"smid\":\"" + Smid + "\"," +
             "  \"trade_type\":\"" + TradeType + "\"," +
             "  \"trade_id\":\"" + DateTime.Now.ToString("yyyyMMddHHmmssfff") + function.get_Random(8) + "\"," +
-            "  \"amount\":\"" + Amount + "\"" +
-            // "  \"msg_id\":\"202108020001101043\"" +
+            "  \"amount\":\"" + Amount + "\"," +
+            "  \"msg_id\":\"202309190006284875\"" +
             "}";
             LogHelper.Instance.WriteLog(request.BizContent, "到账播报");