Skip to content

Commit 55c244a

Browse files
committed
update
1 parent 42e005b commit 55c244a

File tree

2 files changed

+135
-80
lines changed

2 files changed

+135
-80
lines changed

Diff for: alipay/payment_api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func (a *Client) TradeAppPay(ctx context.Context, bm gopay.BodyMap) (payParam st
7575
}
7676

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

0 commit comments

Comments
 (0)