问题描述:
上传永久素材失败
接口地址:http://api.weixin.qq.com/cgi-bin/material/add_material?access_token=?&type=?
参数:accesstoken拿到接口测试工具中测试是正确的,type传的image
以下是返回码
"{\"errcode\":48001,\"errmsg\":\"api unauthorized hint: [tTHe2a0496z184!]\"}"
问题描述:
上传永久素材失败
接口地址:http://api.weixin.qq.com/cgi-bin/material/add_material?access_token=?&type=?
参数:accesstoken拿到接口测试工具中测试是正确的,type传的image
以下是返回码
"{\"errcode\":48001,\"errmsg\":\"api unauthorized hint: [tTHe2a0496z184!]\"}"
2 个回答
你使用curl命令进行了打包了吗?需要curl命令进行处理,我之前也是这错误,把调用curl命令,改成了命令行调用,就好使了
小程序不支持上传永久素材,临时素材可参考文档:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/customer-message/temp-media.html