Commit ad5a138b by 张卓

请求头默认不用下划线

parent f3036eef
......@@ -36,7 +36,7 @@ export async function requestPOST(url, options) {
"Shop-Mixid": shopMixid,
"Authorization": wx.getStorageSync('sessionid') || "",
"Offline-Shop-Code": store.state.offlineShopCode,
"open_id": wx.getStorageSync("openid") || ''
"openId": wx.getStorageSync("openid") || ''
// "dubbo-tag": "ljx"
},
success: function (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