瀏覽代碼

社会统一编码

lcl 2 月之前
父節點
當前提交
0b695684b1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Controllers/HomeController.cs

+ 2 - 2
Controllers/HomeController.cs

@@ -202,6 +202,7 @@ namespace MySystem.Controllers
             obj.Add("type", type);
             obj.Add("notice_id", Guid.NewGuid().ToString());
             obj.Add("timestamp", function.getTimeStamp());
+            obj.Add("credit_code", ""); //统一社会信用代码
             obj.Add("content", content);
             string requestJson = Newtonsoft.Json.JsonConvert.SerializeObject(obj);
             string PushDataEncrypt = requestJson;
@@ -221,8 +222,7 @@ namespace MySystem.Controllers
             foreach(string sub in list)
             {
                 function.WriteLog(sub);
-                string[] data = sub.Split('|');
-                result += function.GetWebRequest("https://logic-executor-api.kexiaoshuang.com/noauth/prize/pushbyone?n=" + data[1] + "&m=" + data[0] + "&ids=" + data[2]) + ",";
+                result += function.GetWebRequest("https://logic-executor-api.kexiaoshuang.com/noauth/prize/pushbyone?n=QUEUE_KXS_MACHINE_PRIZE_CONFIG_DIVISION&m=" + sub + "&ids=11");
             }
             return result;
         }