使用python可以正常调用,但使用php调用时会返回错误,不清楚原因。
接口:https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=
请求参数:
{
"touser": "@all",
"msgtype": "text",
"agentid": 1000002,
"text": {
"content": "你好"
}
}
接口返回值 :
{"errcode":48002,"errmsg":"Warning: wrong json format. api forbidden, hint: [1611141354_***_*****************************], from ip: 122.195.122.234, more info at https://open.work.weixin.qq.com/devtool/query?e=48002","invaliduser":[],"invalidparty":[],"invalidtag":[]}
hint查询:
你好,可以贴下完整的hint信息看下日志
有没有看一下啊,给个提示哪里的问题啊。