Commit a35b489b authored by 吴春's avatar 吴春

1

parent 61769241
...@@ -539,9 +539,10 @@ namespace Mall.WebApi.Controllers.AppletWeChat ...@@ -539,9 +539,10 @@ namespace Mall.WebApi.Controllers.AppletWeChat
/// <returns></returns> /// <returns></returns>
[HttpPost] [HttpPost]
[HttpGet] [HttpGet]
public string EventMessageCall(int MallBaseId, int TenantId, string signature, string echostr, string timestamp, string nonce, string openid, string encrypt_type, string msg_signature) public string EventMessageCall(int MallBaseId=0, int TenantId=0, string signature="", string echostr="", string timestamp = "", string nonce = "", string openid = "", string encrypt_type = "", string msg_signature = "")
{ {
LogHelper.WriteInfo("我进来了参数如下[MallBaseId:" + MallBaseId+ ",TenantId:"+ TenantId + ",TenantId:" + signature + ",signature:" + signature + ",echostr:" + echostr + ",timestamp:" + timestamp + ",nonce:" + nonce + ",openid:" + openid + ",encrypt_type:" + encrypt_type + ",msg_signature:" + msg_signature); LogHelper.WriteInfo($"我进来了参数如下[MallBaseId:" + MallBaseId+ "," +
"TenantId:"+ TenantId + ",signature:" + signature + ",echostr:" + echostr + ",timestamp:" + timestamp + ",nonce:" + nonce + ",openid:" + openid + ",encrypt_type:" + encrypt_type + ",msg_signature:" + msg_signature );
var req = new RequestHandler(); var req = new RequestHandler();
try try
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment