用户接口对接
This commit is contained in:
@@ -24,8 +24,6 @@ export default (options = {}) => {
|
||||
},
|
||||
header: {
|
||||
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",
|
||||
'Authorization': uni.getStorageSync('Authorization'),
|
||||
'Cookie': uni.getStorageSync('Cookie'),
|
||||
...options.header
|
||||
},
|
||||
method: options.method || 'GET',
|
||||
|
||||
Reference in New Issue
Block a user