{ "msg": { "msgtype": "text", "text": { "content": "请提交日报。" } }, "user_id_list": "user456" }
curl --location --request POST 'http://127.0.0.1/topapi/smartbot/msg/push?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "msg": { "msgtype": "text", "text": { "content": "请提交日报。" } }, "user_id_list": "user456" }'
{ "task_id": "string", "errcode": 0, "errmsg": "string", "request_id": "string" }