联系FlowBot官方微信号:flowbot,可申请测试账号~
{
"taskList": [
{
"type": 10011,
"searchText": "用户昵称/备注(存在备注时只能用备注",
"menuName": "快捷发送",
"appid": "wx4c1722a405500000",
"title": "FlowBot小程序",
"imgUrl": "https://scrmopen.oss-cn-hangzhou.aliyuncs.com/helper/202504/20250401185534020fe867fec8943c2",
"page": "pages/index/index.html"
}
]
}
curl --location -g --request POST 'https://api.flowbot.xlrpa.com/api/sendTask?robotId=b1395e58b79ca910aa34330efdba47cb' \
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskList": [
{
"type": 10011,
"searchText": "用户昵称/备注(存在备注时只能用备注",
"menuName": "快捷发送",
"appid": "wx4c1722a405500000",
"title": "FlowBot小程序",
"imgUrl": "https://scrmopen.oss-cn-hangzhou.aliyuncs.com/helper/202504/20250401185534020fe867fec8943c2",
"page": "pages/index/index.html"
}
]
}'
{"code":200,"message":"指令发送成功"}