Browse Source

提交

master
gwbvipvip 8 months ago
parent
commit
0db57507df
2 changed files with 1 additions and 4 deletions
  1. +0
    -4
      BPA.KitChen.WeChat/WechatServer/Service/WechatPayService.cs
  2. +1
    -0
      BPA.KitChen.WeChat/WechatServer/WechatAppService.cs

+ 0
- 4
BPA.KitChen.WeChat/WechatServer/Service/WechatPayService.cs View File

@@ -212,10 +212,6 @@ namespace BPA.KitChen.WeChat.WechatServer.Service







/// <summary>
/// 充值
/// </summary>


+ 1
- 0
BPA.KitChen.WeChat/WechatServer/WechatAppService.cs View File

@@ -93,6 +93,7 @@ namespace Black_B_Project.Application.WechatServer.Service
/// 调用jsapi支付,返回支付信息
/// </summary>
/// <returns></returns>
[HttpPost]
public Task<IActionResult> PostWechatpay(string openid, string ordernum)
{
return _IWechatPay.PayLinkWechatPay(openid,ordernum);


Loading…
Cancel
Save