|
@@ -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";
|
|
|
}
|
|
|
|