Skip to content

Commit bfb4429

Browse files
committedOct 22, 2024
update readme
1 parent 639b199 commit bfb4429

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ pip install wechatpayv3
5050

5151
在2024年09月后申请开通的微信支付不再使用接口下载平台证书,用户需要从微信支付后台的“API安全”菜单中下载/复制以下两项,使用公钥模式初始化WechatPay。
5252

53-
- **微信支付公钥:PUBLIC_KEY**微信支付平台API安全菜单中下载的微信支付公钥
54-
- **微信支付公钥:PUBLIC_KEY_ID**微信支付平台API安全菜单中复制的微信支付公钥ID
53+
- **微信支付公钥:PUBLIC_KEY**微信支付平台“API安全”菜单中下载的微信支付公钥
54+
- **微信支付公钥ID:PUBLIC_KEY_ID**微信支付平台“API安全”菜单中复制的微信支付公钥ID
5555

5656

5757
### 一个最小的后端

‎docs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.3.1] - 2024-10-22
4+
5+
### Fixed
6+
7+
- update readme
8+
39
## [1.3.0] - 2024-10-22
410

511
### Added

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="wechatpayv3",
9-
version="1.3.0",
9+
version="1.3.1",
1010
author="minibear",
1111
description="微信支付 API v3 Python SDK(python sdk for wechatpay v3)",
1212
long_description=long_description,

0 commit comments

Comments
 (0)