Commit 0a75f880 by 高淑倩

modify: http

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