先/cgi-bin/gettoken?corpid=aaaaa&corpsecret=bbbbb获取Access_Token,

然后/cgi-bin/message/send?access_token=bbbbb看到报错如下:

返回错误:

{
“errcode”: 301002,
“errmsg”: “not allow operate another agent with this accesstoken. [logid:]”
}

查询官方说明得知:

错误码:301002
无权限操作指定的应用。access_token来源需要有指定应用的权限。
比如说,发消息接口 指定了参数”agentid”: 14,但使用的 access_token 是通过应用”agentid”: 100032生成的调用凭证,这种就会报该错误码。

解决方法:

请求access_token时,corpsecret要改成申请的新应用的secret。