header区分大小写

This commit is contained in:
qiaomu 2024-03-25 16:13:18 +08:00
parent 2c79edb80c
commit f8c31d6bb7

View File

@ -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 {