ajax unauthorized,七牛fetch接口抓取第三方资源(网络图片),Js写ajax请求返回error错误信息总是“Unauthorized”...
fetch请求授权失败了不知道是path拼接错误还是写的ajax请求有错误。//管理凭证functiongenManageToken(accessKey,secretKey,pathAndQuery,body){varstr=pathAndQuery+"\n"+body;varhash=CryptoJS.HmacSHA1(str,secretKey);varencodedSign=CryptoJS