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