Commit c7ff90cd by 高淑倩

modify: 配置

parent 6464e87a
const PROJECT_ENV = 'dev' // 生产 prod, 测试 dev, 预生产 pre const PROJECT_ENV = 'pre' // 生产 prod, 测试 dev, 预生产 pre
const needMock = '' // const needMock = '' //
// appid_dev_wx wxc3b64b09b1d3dfc2 // appid_dev_wx wxc3b64b09b1d3dfc2
......
...@@ -263,8 +263,8 @@ function getUserInfoByBtn(userInfo) { ...@@ -263,8 +263,8 @@ function getUserInfoByBtn(userInfo) {
return wxService.post(`/member/minaLogin`, { return wxService.post(`/member/minaLogin`, {
code: res[1].code, code: res[1].code,
wechatInfo: res[0], wechatInfo: res[0],
// brandId: 2005, brandId: 2005,
brandId: 1001, // brandId: 1001,
}) })
}, (err) => { }, (err) => {
return Promise.reject(err) return Promise.reject(err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment