File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ pip install wechatpayv3
50
50
51
51
在2024年09月后申请开通的微信支付不再使用接口下载平台证书,用户需要从微信支付后台的“API安全”菜单中下载/复制以下两项,使用公钥模式初始化WechatPay。
52
52
53
- - ** 微信支付公钥:PUBLIC_KEY** ,微信支付平台API安全菜单中下载的微信支付公钥 。
54
- - ** 微信支付公钥 :PUBLIC_KEY_ID** ,微信支付平台API安全菜单中复制的微信支付公钥ID 。
53
+ - ** 微信支付公钥:PUBLIC_KEY** ,微信支付平台“API安全”菜单中下载的微信支付公钥 。
54
+ - ** 微信支付公钥ID :PUBLIC_KEY_ID** ,微信支付平台“API安全”菜单中复制的微信支付公钥ID 。
55
55
56
56
57
57
### 一个最小的后端
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.3.1] - 2024-10-22
4
+
5
+ ### Fixed
6
+
7
+ - update readme
8
+
3
9
## [ 1.3.0] - 2024-10-22
4
10
5
11
### Added
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = "wechatpayv3" ,
9
- version = "1.3.0 " ,
9
+ version = "1.3.1 " ,
10
10
author = "minibear" ,
11
11
description = "微信支付 API v3 Python SDK(python sdk for wechatpay v3)" ,
12
12
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments