Commit 1e377aff authored by 李尚科's avatar 李尚科

fix

parent 2843ed25
......@@ -117,6 +117,11 @@ module.exports = appInfo => {
config.BLACKLIST_APPLY_APPSECRET = process.env.BLACKLIST_APPLY_APPSECRET;
config.BLACKLIST_APPLY_URL = process.env.BLACKLIST_APPLY_URL;
//微信支付相关内容
config.MCH_APPID = process.env.MCH_APPID;;//商户关联的APPID
config.MCH_ID = process.env.MCH_ID;;//商户id
config.MCH_KEY = process.env.MCH_KEY;;//商户秘钥
return config;
};
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