Commit 9cc3819e by 高淑倩

modify: ip_域名

parent 29bb1ced
...@@ -4,7 +4,8 @@ const needMock = '' // ...@@ -4,7 +4,8 @@ const needMock = '' //
// appid_dev wxc3b64b09b1d3dfc2 // appid_dev wxc3b64b09b1d3dfc2
// appid_prod // appid_prod
const devCtx = 'http://111.231.86.64' // const devCtx = 'http://111.231.86.64'
const devCtx = 'http://buyer.devapi.bigaka.net'
const prodCtx = '' // 发生产时解开此注释 const prodCtx = '' // 发生产时解开此注释
const config = { const config = {
......
...@@ -85,7 +85,7 @@ class Http { ...@@ -85,7 +85,7 @@ class Http {
method: 'GET', method: 'GET',
header: { header: {
// 'buyer-token': this.getToken() // 'buyer-token': this.getToken()
// 'buyer-token': '2e72711cc202bb9c5dd7c277ee4f2b59' // 'buyer-token': '187ef4436122d1cc2f40dc2b92f0eba0'
}, },
data: parmas data: parmas
}) })
...@@ -97,7 +97,7 @@ class Http { ...@@ -97,7 +97,7 @@ class Http {
method: 'POST', method: 'POST',
header: { header: {
// 'buyer-token': wx.getStorageSync('token') // 'buyer-token': wx.getStorageSync('token')
// 'buyer-token':'2e72711cc202bb9c5dd7c277ee4f2b59' // 'buyer-token':'187ef4436122d1cc2f40dc2b92f0eba0'
}, },
data: parmas, data: parmas,
channel: channel channel: channel
......
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