header区分大小写
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user