Authored by biao

Merge branch 'release/1.0' of http://git.yoho.cn/fe/yoho-blk into release/1.0

@@ -61,9 +61,21 @@ module.exports = { @@ -61,9 +61,21 @@ module.exports = {
61 } 61 }
62 }, 62 },
63 thirdLogin: { 63 thirdLogin: {
64 - wechat: {  
65 - appID: 'wx3ae21dcbb82ad672',  
66 - appSecret: 'e78afb2321e6a19085767e1a0f0d52c1' 64 + wechat: { // OK
  65 + appID: 'wx179ea6ff85adc828',
  66 + appSecret: '19533c8674c1382aa9869bf5bc8d2fe7'
  67 + },
  68 + qq: { // OK
  69 + appID: '100229394',
  70 + appSecret: 'c0af9c29e0900813028c2ccb42021792'
  71 + },
  72 + alipay: { // OK
  73 + partnerID: '2088701661478015',
  74 + appSecret: 'e3i54meghrac3qhryzhw1h5yzeijik7e'
  75 + },
  76 + sina: { // 还未申请
  77 + appID: '3739328910',
  78 + appSecret: '9d44cded26d048e23089e5e975c93df1'
67 } 79 }
68 }, 80 },
69 pay: { 81 pay: {