File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ func main() {
81
81
82
82
QQ群:
83
83
<img width =" 280 " height =" 280 " src =" .github/qq_gopay.png " />
84
- 微信群 :
85
- <img width =" 280 " height =" 280 " src =" .github/wx_gopay .png " />
84
+ 加微信拉群 :
85
+ <img width =" 280 " height =" 280 " src =" .github/wechat_jerry .png " />
86
86
87
87
---
88
88
Original file line number Diff line number Diff line change 2
2
修改记录:
3
3
(1) gopay:golang.org/x/crypto v0.23.0 版本升级到 v0.24.0。
4
4
(2) 微信V3:client.V3Refund() 返回值修复错误结构。
5
+ (3) 支付宝:新增 client.AntMerchantShopPageQuery(),店铺分页查询接口。
6
+ (4) 支付宝:新增 client.AntMerchantExpandMccQuery(),商户mcc信息查询接口。
7
+ (5) 支付宝:新增 client.AntMerchantExpandShopReceiptAccountSave(),店铺增加收单账号接口。
8
+ (6) 支付宝:新增 client.DataBillEreceiptApply(),申请电子回单(incubating)接口。
9
+ (7) 支付宝:新增 client.DataBillEreceiptQuery(),查询电子回单状态(incubating)接口。
10
+ (8) 支付宝:新增 client.FaceVerificationInitialize(),APP人脸核身初始化接口。
11
+ (9) 支付宝:新增 client.FaceVerificationQuery(),APP人脸核身结果查询接口。
12
+ (10) 支付宝:新增 client.FaceCertifyInitialize(),H5人脸核身初始化接口。
13
+ (11) 支付宝:新增 client.FaceCertifyVerify(),H5人脸核身开始认证接口。
14
+ (12) 支付宝:新增 client.FaceCertifyQuery(),H5人脸核身查询记录接口。
15
+ (13) 支付宝:新增 client.FaceSourceCertify(),纯服务端人脸核身接口。
16
+ (14) 支付宝:新增 client.FaceCheckInitialize(),人脸检测初始化接口。
17
+ (15) 支付宝:新增 client.FaceCheckQuery(),人脸检测结果数据查询接口。
18
+ (16) 支付宝:新增 client.OcrServerDetect(),服务端OCR接口。
19
+ (17) 支付宝:新增 client.OcrMobileInitialize(),App端OCR初始化接口。
20
+ (18) 支付宝:新增 client.OcrCommonDetect(),文字识别OCR接口。
5
21
6
22
版本号:Release 1.5.101
7
23
修改记录:
You can’t perform that action at this time.
0 commit comments