We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f1ccb commit b66810cCopy full SHA for b66810c
trade_test.go
@@ -28,7 +28,7 @@ func TestClient_TradePagePay(t *testing.T) {
28
p.NotifyURL = "http://220.112.233.229:3000/alipay"
29
p.ReturnURL = "http://220.112.233.229:3000"
30
p.Subject = "修正了中文的 Bug"
31
- p.OutTradeNo = "trade_no_20170623011121d1"
+ p.OutTradeNo = "trade_no_201706230111212"
32
p.TotalAmount = "10.00"
33
p.ProductCode = "FAST_INSTANT_TRADE_PAY"
34
0 commit comments