wxpay icon indicating copy to clipboard operation
wxpay copied to clipboard

🔥微信支付(WeChat Pay) SDK for Golang

Results 13 wxpay issues
Sort by recently updated
recently updated
newest added

从 issues 中的这里得来的 https://github.com/objcoding/wxpay/issues/16

在调用client类函数Refund()退款时会报错 > return_code value is invalid in XML 查看微信的回复内容为 ` ` 麻烦问一下为什么会出现沙箱验证失败

return &Client{ ... httpConnectTimeoutMs: 2000, httpReadTimeoutMs: 1000, } 为什么项目里面不使用这两个参数呢? 按照godoc: "A Timeout of zero means no timeout."

type xmlMapEntry struct { XMLName xml.Name Value string `xml:",chardata"` } func (m Params) MarshalXML(e *xml.Encoder, start xml.StartElement) error { if len(m) == 0 { return nil } start.Name.Local = "xml"...

不打算改,返回XML有空格或者空行?