{ "socketType": 2, "list": [ { "type": 221, "titleList": [ "仑哥(这里改成你的微信昵称或群名)" ], "receivedContent": "你的待办事项是xxx" } ] }
curl --location -g --request POST 'https://api.worktool.ymdyes.cn/wework/sendRawMessage?robotId=worktool1' \ --header 'Content-Type: application/json' \ --data-raw '{ "socketType":2, "list":[ { "type":221, "titleList":[ "仑哥(这里改成你的微信昵称或群名)" ], "receivedContent":"你的待办事项是xxx" } ] }'
{ "code": 0, "message": "string", "data": "string" }