小程序
小游戏
企业微信
微信支付
扫描小程序码分享
https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/mp-message-management/uniform-message/sendUniformMessage.html
请问这个API是下架了吗?如果下架了,我们要用什么代替呢?
目前想要通过小程序服务端下发消息到关联的公众号
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
该API没有下线,可以正常下发公众号模板消息。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
{
"mp_template_msg": {
"appid": "wx98cf7cacb252b92a",
"data": {
"character_string1": {
"value": "样本编码"
},
"const2": {
"value": "肠道微生物基因检测-体重管理版"
"thing3": {
"value": "*"
}
"miniprogram": {
"appid": "wx1dac1c3917d8629c",
"pagepath": "pages/report/typeList/typeList"
"template_id": "8Siq16BB9mofe6BaSuX3iH9APRG9afZhGIvQJQhFT48"
"touser": "oZiCm4vORSpb4fDJ4PUXJeROujGo"
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
该API没有下线,可以正常下发公众号模板消息。
我使用api,得到的响应是这样的了...
官方调试工具,全部参数都要填,然后就得到api unsupported
所以到底是哪里invalidate...
{
"mp_template_msg": {
"appid": "wx98cf7cacb252b92a",
"data": {
"character_string1": {
"value": "样本编码"
},
"const2": {
"value": "肠道微生物基因检测-体重管理版"
},
"thing3": {
"value": "*"
}
},
"miniprogram": {
"appid": "wx1dac1c3917d8629c",
"pagepath": "pages/report/typeList/typeList"
},
"template_id": "8Siq16BB9mofe6BaSuX3iH9APRG9afZhGIvQJQhFT48"
},
"touser": "oZiCm4vORSpb4fDJ4PUXJeROujGo"
}
空串和null也会报argument invalidate!