字典接口

This commit is contained in:
仲么了
2023-04-04 09:14:20 +08:00
parent feb7d7b6ed
commit 06d06df88b
4 changed files with 33 additions and 3 deletions

View File

@@ -25,8 +25,8 @@ export default (options = {}) => {
...options.data,
},
header: {
'Content-Type': 'application/json;charset=UTF-8',
// "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",
// 'Content-Type': 'application/json;charset=UTF-8',
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",
Authorization: '12',
...options.header,
},