{ "socketType": 2, "list": [ { "type": 213, "friend": { "phone": "13010001000", "name": "昵称(name和phone只要填一种,如果已经有备注名则name值填备注名)", "markName": "新备注名", "markExtra": "API按手机号主动添加的用户", "tagList": [ "API主动添加" ] } } ] }
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":213, "friend":{ "phone": "13010001000", "name": "昵称(name和phone只要填一种,如果已经有备注名则name值填备注名)", "markName": "新备注名", "markExtra": "API按手机号主动添加的用户", "tagList": ["API主动添加"] } } ] }'
{ "code": 0, "message": "string", "data": "string" }