Commit 11ac6472 by 李嘉林

删除请求头

parent e6bc71cd
......@@ -11,7 +11,6 @@ export async function requestGET(url, options) {
header: {
"Shop-Mixid": shopMixid,
"Offline-Shop-Code": store.state.offlineShopCode,
"dubbo-tag": "ljx",
"Authorization": wx.getStorageSync('sessionid') || ""
},
success: function (res) {
......@@ -34,7 +33,6 @@ export async function requestPOST(url, options) {
"Shop-Mixid": shopMixid,
"Authorization": wx.getStorageSync('sessionid') || "",
"Offline-Shop-Code": store.state.offlineShopCode,
"dubbo-tag": "ljx"
},
success: function (res) {
resolve(res)
......@@ -57,7 +55,6 @@ export function requestPOST1(url, options) {
"Shop-Mixid": shopMixid,
Authorization: wx.getStorageSync('sessionid') || "",
"Offline-Shop-Code": store.state.offlineShopCode,
"dubbo-tag": "ljx"
},
success: function (res) {
resolve(res)
......
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