java调用订阅消息模板添加接口报错addtemplate?

发布于 6 年前作者 magang14025 次浏览最后编辑 6 年前来自 ask

接口地址: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}

1 回复