header区分大小写
This commit is contained in:
parent
2c79edb80c
commit
f8c31d6bb7
|
@ -23,7 +23,7 @@ const request = async function (options) {
|
|||
options.header = {
|
||||
Accept: 'application/json',
|
||||
'content-type': 'application/json; charset=utf-8',
|
||||
"authorization": token
|
||||
"Authorization": token
|
||||
};
|
||||
let response;
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue
Block a user