bugfix
This commit is contained in:
parent
4254136853
commit
a954158ea6
@ -8,7 +8,7 @@ from .paylog import PaymentLog
|
|||||||
CONF = {
|
CONF = {
|
||||||
"wechat": {
|
"wechat": {
|
||||||
"mchid": os.getenv("WXP_MCHID",""),
|
"mchid": os.getenv("WXP_MCHID",""),
|
||||||
"appid": os.getenv("WXP_APPID", "")
|
"appid": os.getenv("WXP_APPID", ""),
|
||||||
"cert_serial_no": os.getenv("WXP_SERIAL",""),
|
"cert_serial_no": os.getenv("WXP_SERIAL",""),
|
||||||
"private_key_pem": open(os.getenv("WXP_PRIVKEY","./merchant_private_key.pem"),"rb").read(),
|
"private_key_pem": open(os.getenv("WXP_PRIVKEY","./merchant_private_key.pem"),"rb").read(),
|
||||||
"api_v3_key": os.getenv("WXP_API_V3_KEY","").encode()
|
"api_v3_key": os.getenv("WXP_API_V3_KEY","").encode()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user