Skip to content

Commit

Permalink
把默认时区信息调整为 Local, 需要指定时区的,可以在 New 函数中通过 WithTimeLocation 进行调整。
Browse files Browse the repository at this point in the history
  • Loading branch information
smartwalle committed Aug 14, 2020
1 parent 61f1ccb commit b66810c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestClient_TradePagePay(t *testing.T) {
p.NotifyURL = "http://220.112.233.229:3000/alipay"
p.ReturnURL = "http://220.112.233.229:3000"
p.Subject = "修正了中文的 Bug"
p.OutTradeNo = "trade_no_20170623011121d1"
p.OutTradeNo = "trade_no_201706230111212"
p.TotalAmount = "10.00"
p.ProductCode = "FAST_INSTANT_TRADE_PAY"

Expand Down

0 comments on commit b66810c

Please sign in to comment.