java调用订阅消息模板添加接口报错addtemplate?
发布于 5 年前 作者 magang 13792 次浏览 来自 问答

接口地址:https://api.weixin.qq.com/wxaapi/newtmpl/addtemplate

如果请求头

设置 Content-Type application/json;encoding=utf-8 报错 Unsupported Media Type

设置 Content-Type text/plain;encoding=utf-8 报错 {\“errmsg\”:\“missing parameter tid\”,\“errcode\”:200014}

回到顶部