调用企业微信发送消息接口成功,但用户无法收到消息
调用发送消息接口返回成功,但用户没有收到消息, 出现时间2020/5/16 19:00:19 1) 请求url:https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token= 2) post的数据: { "touser": "******", "toparty": null, "totag": null, "msgtype": "text", "agentid": 0, "text": { "content": "*****老师您好!您今日的账目已经审核完毕,请结算POS机。若发现日审单中【刷卡收款】和【刷卡退款】和POS机结算金额不符时,请重新审核财务日审单!" }, "safe": 0 } 3) 返回的errcode与errmsg {"errcode":0,"errmsg":"ok","invaliduser":""}