lcl преди 1 година
родител
ревизия
dd7a1f274e
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 7 0
      Controllers/HomeController.cs

+ 7 - 0
Controllers/HomeController.cs

@@ -180,6 +180,13 @@ namespace MySystem.Controllers
             // string amountAmount = amount.ToString("f0");
 
             // return amountAmount + ":" + seviceAmount;
+
+            List<int> ids = new List<int>();
+            ids.Add(191);
+            foreach(int id in ids)
+            {
+                RedisDbconn.Instance.AddList("MerchantConfirmHdQueue", "{\"MerchantId\":\"" + id.ToString() + "\"}");
+            }
             return "ok";
         }