third-payment
Version:
第三方支付统一支持模块,支持微信支付、支付宝支付。
30 lines • 698 B
JSON
{
"weixin": {
"app": { // APP
"appid": "",
"mch_id": "",
"key": "",
"it_b_pay": "", // 支付过期时间
"client_key" : "" , // 微信双向加密密码
"client_cert" : "" // 微信双向加密密码
},
"official_account_1": { // 公众号
"appid": "",
"appsecret": "",
"mch_id": "",
"key": "",
"it_b_pay": "" // 支付过期时间
}
},
"alipay": {
"app": {
"partner": "",
"app_id": "",
"seller_id": "",
"it_b_pay": "", // 支付过期时间
"public_key": "", // 公钥
"private_key": "", // 私钥
"openali_public_key": "" // openapi 公钥
}
}
}