Commit 92017a17 by 高淑倩

modify: 修改 token

parent c012eca3
...@@ -85,7 +85,8 @@ class Http { ...@@ -85,7 +85,8 @@ class Http {
method: 'GET', method: 'GET',
header: { header: {
// 'buyer-token': this.getToken() // 'buyer-token': this.getToken()
'buyer-token': '187ef4436122d1cc2f40dc2b92f0eba0' // 'buyer-token': '187ef4436122d1cc2f40dc2b92f0eba0'
'seller-token': '2e72711cc202bb9c5dd7c277ee4f2b59'
}, },
data: parmas data: parmas
}) })
...@@ -97,7 +98,8 @@ class Http { ...@@ -97,7 +98,8 @@ class Http {
method: 'POST', method: 'POST',
header: { header: {
// 'buyer-token': wx.getStorageSync('token') // 'buyer-token': wx.getStorageSync('token')
'buyer-token':'187ef4436122d1cc2f40dc2b92f0eba0' // 'buyer-token':'187ef4436122d1cc2f40dc2b92f0eba0'
'seller-token': '2e72711cc202bb9c5dd7c277ee4f2b59'
}, },
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