Commit 7be93414 authored by 吴春's avatar 吴春

提交代码

parent fb0551fc
...@@ -154,6 +154,7 @@ namespace Mall.WebApi.Controllers.AppletWeChat ...@@ -154,6 +154,7 @@ namespace Mall.WebApi.Controllers.AppletWeChat
[HttpPost] [HttpPost]
public string VipBuyNotify() public string VipBuyNotify()
{ {
LogHelper.Write(null, "VipBuyNotify返回信息进来了");
var req = new RequestHandler(); var req = new RequestHandler();
App_Code.PayUtil PayUtil = new App_Code.PayUtil(); App_Code.PayUtil PayUtil = new App_Code.PayUtil();
var result = PayUtil.Notify(_accessor); var result = PayUtil.Notify(_accessor);
......
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