Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Jul 23, 2019
1 parent 54bdfbd commit 6fead60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alipay_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func TestAliPayClient_AliPayTradeWapPay(t *testing.T) {
//请求参数
body := make(BodyMap)
body.Set("subject", "手机网站测试支付")
body.Set("out_trade_no", "GZ201901301040355701")
body.Set("out_trade_no", "GZ201901301040355702")
body.Set("quit_url", "https://www.gopay.ink")
body.Set("total_amount", "10.00")
body.Set("product_code", "QUICK_WAP_WAY")
Expand Down

0 comments on commit 6fead60

Please sign in to comment.