Skip to content

Releases: go-pay/gopay

Release 1.5.32

08 Mar 07:00
Compare
Choose a tag to compare

版本号:Release 1.5.32
修改记录:
(1) xhttp:Fix bug about Transport

Release 1.5.31

07 Mar 07:45
Compare
Choose a tag to compare

版本号:Release 1.5.31
修改记录:
(1) 微信:新增服务商支付接口,自行查看源码使用

Release 1.5.30

03 Mar 01:46
Compare
Choose a tag to compare

版本号:Release 1.5.30
修改记录:
(1) BodyMap:恢复 bm.Get() 方法获取的是string类型,增加 bm.GetInterface()
(2) 微信:新增V3版本退款查询接口

Release 1.5.29

27 Feb 14:57
Compare
Choose a tag to compare

版本号:Release 1.5.29
发布时间:2021/02/27 22:49
修改记录:
(1) 支付宝:新增 client.PostAliPayAPISelfV2(),比非V2版本更灵活化,具体参考 client_test.go 内的 TestClient_PostAliPayAPISelfV2() 方法
(2) BodyMap:新增 bm.SetFormFile() 的部分方法,修改 bm.Get() 方法,新增bm.GetString() 方法
(3) xHttp:更新 httpClient, httpClient.Type() 支持 TypeMultipartFormData 类型
(4) go mod 版本改为 1.14

Release 1.5.28

20 Feb 01:10
31ae326
Compare
Choose a tag to compare

版本号:Release 1.5.28
发布时间:2021/02/19 18:48
修改记录:
(1) QQ:新增 client.AddCertFileContent(),解决无证书文件,只有证书内容的问题
(2) 支付宝:新增 alipay.VerifySyncSignWithCert(),同步证书验签
(3) 支付宝:新增 client.SetCertSnByContent(),通过应用公钥证书内容设置 app_cert_sn、alipay_root_cert_sn、alipay_cert_sn
(4) 支付宝:删除废弃接口 client.FundTransToaccountTransfer()
(5) fix BodyMap 的部分方法

Release 1.5.27

03 Feb 06:11
Compare
Choose a tag to compare

版本号:Release 1.5.27
发布时间:2021/02/03 18:50
修改记录:
(1) GoPay:去掉对 gotil 的强依赖

Release 1.5.26

01 Feb 09:11
Compare
Choose a tag to compare

版本号:Release 1.5.26
发布时间:2021/01/29 19:38
修改记录:
(1) 微信:重新整理文件分级,商户分账模块增加test方法说明
(2) BodyMap: 去除 GetArrayBodyMap()、GetBodyMap() 方法

Release 1.5.25

31 Dec 10:35
Compare
Choose a tag to compare

版本号:Release 1.5.25
发布时间:2020/12/31 18:38
修改记录:
(1) 微信:v3 基础支付接口完成,使用请参考:gopay/wechat/v3/client_test.go

Release 1.5.24

21 Dec 10:48
Compare
Choose a tag to compare

版本号:Release 1.5.24
发布时间:2020/12/21 18:58
修改记录:
(1) 微信:证书支持二选一,只传 apiclient_cert.pem 和 apiclient_key.pem 或者只传 apiclient_cert.p12

Release 1.5.23

16 Dec 01:43
Compare
Choose a tag to compare

版本号:Release 1.5.23
发布时间:2020/12/15 17:58
修改记录:
(1) 微信:新增 client.AddCertFileContent(),解决无证书文件,只有证书内容的问题