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