Skip to content

Commit 15f2216

Browse files
authored
Update examples.py
1 parent 8701d91 commit 15f2216

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/server/examples.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@
4444
TIMEOUT = (10, 30) # 建立连接最大超时时间是10s,读取响应的最大超时时间是30s
4545

4646
# 微信支付平台公钥
47+
# 注:2024年09月后新申请的微信支付账号使用公钥模式初始化,需配置此参数。
4748
with open('path_to_wechat_pay_public_key/wechat_pay_public_key.pem') as f:
4849
PUBLIC_KEY = f.read()
4950

5051
# 微信支付平台公钥ID
52+
# 注:2024年09月后新申请的微信支付账号使用公钥模式初始化,需配置此参数。
5153
PUBLIC_KEY_ID = '444F4864EA9B34415...'
5254

5355
# 初始化

0 commit comments

Comments
 (0)