Commit 705802bc authored by Hsinli's avatar Hsinli

Merge branch 'master' of t-git.51gjj.com:fangbin/51business

parents a5707719 3241243d
Pipeline #13598 passed with stage
in 4 seconds
......@@ -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