Browse Source

购买小分仓临时额度商品Id修改

lcl 2 years ago
parent
commit
dd235582a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/AlipayPayBack2Service.cs

+ 1 - 1
AppStart/Helper/AlipayPayBack2Service.cs

@@ -668,7 +668,7 @@ namespace MySystem
                         RedisDbconn.Instance.AddList("StoreApplyQueue", SendData);
                     }
                     //购买小分仓临时额度
-                    if(pro.ProductId == 45 || pro.ProductId == 46 || pro.ProductId == 47)
+                    if(pro.ProductId == 56 || pro.ProductId == 57 || pro.ProductId == 58)
                     {
                         string SendData = "{\"Kind\":\"1\",\"Data\":{\"OrderId\":\"" + order.Id + "\"}}";
                         RedisDbconn.Instance.AddList("PreStoreApplyQueue", SendData);