|
@@ -974,15 +974,15 @@ namespace MySystem
|
|
string sign = signData[1];
|
|
string sign = signData[1];
|
|
function.WriteLog("加密数据:" + content, "设置POSP机具费率");
|
|
function.WriteLog("加密数据:" + content, "设置POSP机具费率");
|
|
SortedList<string, string> obj = new SortedList<string, string>();
|
|
SortedList<string, string> obj = new SortedList<string, string>();
|
|
- obj.Add("type", "设置服务费");
|
|
+ obj.Add("type", "设置费率");
|
|
obj.Add("notice_id", Guid.NewGuid().ToString());
|
|
obj.Add("notice_id", Guid.NewGuid().ToString());
|
|
obj.Add("timestamp", DateTime.Now.ToString("yyyyMMddHHmmssfff") + function.get_Random(8));
|
|
obj.Add("timestamp", DateTime.Now.ToString("yyyyMMddHHmmssfff") + function.get_Random(8));
|
|
obj.Add("content", content);
|
|
obj.Add("content", content);
|
|
obj.Add("sign", sign);
|
|
obj.Add("sign", sign);
|
|
string requestJson = Newtonsoft.Json.JsonConvert.SerializeObject(obj);
|
|
string requestJson = Newtonsoft.Json.JsonConvert.SerializeObject(obj);
|
|
function.WriteLog("请求参数:" + requestJson, "设置POSP机具费率");
|
|
function.WriteLog("请求参数:" + requestJson, "设置POSP机具费率");
|
|
- function.WriteLog("请求地址:" + PospRequestUrl + "/marketing/plan/query", "设置POSP机具费率");
|
|
+ function.WriteLog("请求地址:" + PospRequestUrl + "/marketing/plan/modify", "设置POSP机具费率");
|
|
- string result = function.PostWebRequest(PospRequestUrl + "/marketing/plan/query", requestJson, "application/json");
|
|
+ string result = function.PostWebRequest(PospRequestUrl + "/marketing/plan/modify", requestJson, "application/json");
|
|
function.WriteLog("返回报文:" + result, "设置POSP机具费率");
|
|
function.WriteLog("返回报文:" + result, "设置POSP机具费率");
|
|
function.WriteLog("\n\n", "设置POSP机具费率");
|
|
function.WriteLog("\n\n", "设置POSP机具费率");
|
|
return result;
|
|
return result;
|