Commit 0a75f880 by 高淑倩

modify: http

parent 0ee5655b
...@@ -84,7 +84,8 @@ class Http { ...@@ -84,7 +84,8 @@ class Http {
url, url,
method: 'GET', method: 'GET',
header: { header: {
'buyer-token': this.getToken() // 'buyer-token': this.getToken()
'buyer-token': '2e72711cc202bb9c5dd7c277ee4f2b59'
}, },
data: parmas data: parmas
}) })
...@@ -95,7 +96,8 @@ class Http { ...@@ -95,7 +96,8 @@ class Http {
url, url,
method: 'POST', method: 'POST',
header: { header: {
'buyer-token': wx.getStorageSync('token') // 'buyer-token': wx.getStorageSync('token')
'buyer-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