{"touser":["zhangsan","lisi"],"msgtype": "textcard","toall" : "0","agentid": 10000111,"textcard" : {"title" : "领奖通知","description" :"<div class='gray'>2021年07月21日</div> <div class='normal'> 恭喜你抽中iPhone12一台,领奖码:520258</div><div class='highlight'>请于2016年10月10日前联系行 政同事领取</div>","url" : "http:www.baidu.com","btntxt":"详情"}}
以上是构造的json数据
以下是返回的错误提示
{"errcode":82001,"errmsg":"Warning: wrong json format. All touser & toparty & totag & ticket invalid, hint: [1626856718_209_a9d2dc6ee4c9a734b42b2c6e3a7b1e74], from ip: 21x.8x.1x2.54, more info at https://open.work.weixin.qq.com/devtool/query?e=82001"}
但是touser只给定一个人 就能成功, 是什么问题呢?
你好,发送应用消息多个接收者用‘|’分隔
touser值是字符串,你试试看
"touser":"zhangsan|lisi"