Commit 2d582f8a by Aeolus

update

parent 34f30013
...@@ -24,7 +24,7 @@ XX_PAY_CONFIG = { ...@@ -24,7 +24,7 @@ XX_PAY_CONFIG = {
"key_path": os.getenv("XX_PAY_SSL_KEY_PATH"), "key_path": os.getenv("XX_PAY_SSL_KEY_PATH"),
'callback_url': '/rent/wx_pay_callback', 'callback_url': '/rent/wx_pay_callback',
'refund_callback_url': '/rent/refund_callback', 'refund_callback_url': '/rent/refund_callback',
'domain': 'https://sukang.ssw-htzn.com/automat' 'domain': os.getenv("DOMAIN")
} }
pay_config_list = ["", "xx"] pay_config_list = ["", "xx"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment