{ "chatid": "chate39f5xxxxxx335", "msg": { "msgtype": "text", "text": { "content": "请于本月底提交月度工作报告。" } } }
curl --location --request POST 'http://127.0.0.1/chat/send?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "chatid": "chate39f5xxxxxx335", "msg": { "msgtype": "text", "text": { "content": "请于本月底提交月度工作报告。" } } }'
{ "errcode": 0, "errmsg": "string", "messageId": "string" }