...
|
...
|
@@ -61,9 +61,21 @@ module.exports = { |
|
|
}
|
|
|
},
|
|
|
thirdLogin: {
|
|
|
wechat: {
|
|
|
appID: 'wx3ae21dcbb82ad672',
|
|
|
appSecret: 'e78afb2321e6a19085767e1a0f0d52c1'
|
|
|
wechat: { // OK
|
|
|
appID: 'wx179ea6ff85adc828',
|
|
|
appSecret: '19533c8674c1382aa9869bf5bc8d2fe7'
|
|
|
},
|
|
|
qq: { // OK
|
|
|
appID: '100229394',
|
|
|
appSecret: 'c0af9c29e0900813028c2ccb42021792'
|
|
|
},
|
|
|
alipay: { // OK
|
|
|
partnerID: '2088701661478015',
|
|
|
appSecret: 'e3i54meghrac3qhryzhw1h5yzeijik7e'
|
|
|
},
|
|
|
sina: { // 还未申请
|
|
|
appID: '3739328910',
|
|
|
appSecret: '9d44cded26d048e23089e5e975c93df1'
|
|
|
}
|
|
|
},
|
|
|
pay: {
|
...
|
...
|
|