Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Apr 15, 2024
1 parent 42e005b commit 55c244a
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 80 deletions.
2 changes: 1 addition & 1 deletion alipay/payment_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (a *Client) TradeAppPay(ctx context.Context, bm gopay.BodyMap) (payParam st
}

// alipay.trade.wap.pay(手机网站支付接口2.0)
// 文档地址:https://opendocs.alipay.com/open/02ivbs?scene=21&ref=api
// 文档地址:https://opendocs.alipay.com/open/02ivbs
func (a *Client) TradeWapPay(ctx context.Context, bm gopay.BodyMap) (payUrl string, err error) {
bm.Set("product_code", "QUICK_WAP_WAY")
err = bm.CheckEmptyError("out_trade_no", "total_amount", "subject")
Expand Down
Loading

0 comments on commit 55c244a

Please sign in to comment.