Authored by QC-L

修改微信 Appid 为有货有赚 review by 黄敬囿

... ... @@ -106,7 +106,7 @@ class App extends Component {
this.props.setWxUnionId();
// this.props.getUnionTypeWithUid(this.props.globalData.userInfo.uid); // 有赚
},
async fail: () => {
fail: () => {
console.log('登录已经过期')
//登录态过期
Taro.setStorage({key: 'WXThird_session', data: ''});
... ...
... ... @@ -16,7 +16,7 @@ export default {
},
unionType: '', // 渠道号
// MINI_APP_DOMAIN: 'miniapp.yohobuy.com',
appid: 'wx084ab813d88c594b',
appid: 'wx193403dfd8cf74a1',
business_line: 'miniapp', // 业务线
mini_app_type: '0',
},
... ... @@ -36,7 +36,7 @@ export default {
},
unionType: '', // 渠道号
// MINI_APP_DOMAIN: 'miniapp.yohobuy.com',
appid: 'wx084ab813d88c594b',
appid: 'wx193403dfd8cf74a1',
business_line: 'yohobuy', // 业务线
mini_app_type: '62',
}
... ...