https://api.weixin.qq.com/cgi-bin/material/add_material?access_token=" + authorizerAccessToken+"&type="+uploadQfImageFilesReqDTO.getType();
和 "https://api.weixin.qq.com/cgi-bin/media/uploadimg?access_token=" + authorizerAccessToken;
各自获取token的方式一样,一个接口(media/uploadimg)正常调用,另外一个(add_material)返回"上传图片失败:{\"errcode\":48001,\"errmsg\":\"api unauthorized rid: 658e6b15-100ca857-50f67179\"}",哪位大佬帮忙解答下
这个如何获取授权
你好,你这个是API没有授权吧