{
"title": "测试0424154000001",
"sendTime": "2022-04-24 15:59:00",
"users": [
463352988837952
],
"sendInfo": {
"text": "测试群发1234512312312",
"sendData": {
"type": 99,
"mcId": "bbbfe85ba01711ecacc500163e106b20",
"title": "官网测一波",
"content": "大大滴",
"fileUrl": "https://dev.tanmarket.cn/fdfsServer/group3/M00/1B/22/rBHDsmIpXmWAdDwVAACFBkjOJ7o826.jpg",
"mcType": 2
}
},
"sendType": "1"
}
curl --location --request POST '/api/v3/groupSend/addTask' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "测试0424154000001",
"sendTime": "2022-04-24 15:59:00",
"users": [
463352988837952
],
"sendInfo": {
"text": "测试群发1234512312312",
"sendData": {
"type": 99,
"mcId": "bbbfe85ba01711ecacc500163e106b20",
"title": "官网测一波",
"content": "大大滴",
"fileUrl": "https://dev.tanmarket.cn/fdfsServer/group3/M00/1B/22/rBHDsmIpXmWAdDwVAACFBkjOJ7o826.jpg",
"mcType": 2
}
},
"sendType": "1"
}'
{}