|
@@ -46,7 +46,7 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
|
StreamReader sr = new StreamReader(Request.Body);
|
|
|
string requestMes = sr.ReadToEnd();
|
|
|
function.WriteLog(DateTime.Now.ToString() + "\r\n" + requestMes + "\r\n\r\n", "微信服务平台支付回调(好哒)");
|
|
|
- RedisDbconn.Instance.AddList("WeChatPayBack", requestMes);
|
|
|
+ RedisDbconn.Instance.AddList("WeChatPayBackHd", requestMes);
|
|
|
Dictionary<string, string> dic = new Dictionary<string, string>();
|
|
|
dic.Add("resultCode", "1");
|
|
|
return dic;
|