Commit ef3c0da8 authored by 黄奎's avatar 黄奎

页面修改

parent b7016183
......@@ -84,6 +84,7 @@ namespace Mall.WebApi.Controllers.Adapay
if (pay_channel == "alipay_qr")
{
pay_info = JObject.Parse(expend.ToString()).GetStringValue("qrcode_url");
}
else
{
......
......@@ -16,9 +16,11 @@ namespace Mall.WebApi.Controllers.Adapay
[EnableCors("AllowCors")]
public class MessageController : ControllerBase
{
public ApiResult GetWeChatMessage()
[HttpGet]
[HttpPost]
public bool GetWeChatMessage()
{
return ApiResult.Success();
return true;
}
}
}
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