Ai
1 Star 1 Fork 0

api-go/egg-payment

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.default.js 655 Bytes
一键复制 编辑 原始数据 按行查看 历史
weblinuxgame 提交于 2018-03-01 13:52 +08:00 . add new version
'use strict';
/**
* egg-payment default config
* @member Config#payment
* @property {String} SOME_KEY - some description
*/
exports.payment = {
app: true,
agent: true,
wechat: {
component: {
class: 'tenpay',
alias: 'wechat-pay',
},
client: {
appid: '', // 公众号ID
mchid: '', // 微信商户号
partnerKey: '', // 微信支付安全密钥
pfx: '', // 证书文件路径
notify_url: '', // 支付回调网址
spbill_create_ip: '', // IP地址
},
payMiddlewares: [
'',
],
notifyMiddlewares: [
'',
],
},
bankall: {},
alipay: {},
paypel: {},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/netscript/egg-payment.git
git@gitee.com:netscript/egg-payment.git
netscript
egg-payment
egg-payment
master

搜索帮助