用户接口对接

This commit is contained in:
仲么了
2023-03-20 08:51:21 +08:00
parent c5ed54924b
commit c308a7131b
10 changed files with 284 additions and 110 deletions

View File

@@ -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',