|
|
@@ -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); |
|
|
|