wechat icon indicating copy to clipboard operation
wechat copied to clipboard

[BUG]js sdk order.config timestamp应为驼峰式

Open cuifan53 opened this issue 3 years ago • 0 comments

pay/order/pay.go

type Config struct { Timestamp string json:"timestamp" NonceStr string json:"nonceStr" PrePayID string json:"prePayId" SignType string json:"signType" Package string json:"package" PaySign string json:"paySign" }

这里的json:"timestamp"应该是json:"timeStamp"

cuifan53 avatar Feb 21 '22 13:02 cuifan53