{
"taskList":[
{
"type":10001,
"searchText":"用户昵称/备注(存在备注时只能用备注)",
"message": "消息内容"
},{
"type":10002,
"searchText":"用户昵称/备注(存在备注时只能用备注)",
"message": "https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png"
}
]
}curl --location --globoff 'https://flowbot.feiliu.run/api/sendTask?robotId=b1395e58b79ca910aa34330efdba47cb' \
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \
--header 'Content-Type: application/json' \
--data '{
"taskList":[
{
"type":10001,
"searchText":"用户昵称/备注(存在备注时只能用备注)",
"message": "消息内容"
},{
"type":10002,
"searchText":"用户昵称/备注(存在备注时只能用备注)",
"message": "https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png"
}
]
}'{"code":200,"message":"指令发送成功"}