{
"title": "测试API042410500001",
"sopContents": [
{
"sendTime": "2022-04-24 11:37",
"sopDatas": [
{
"type": 1,
"content": "阿斯顿撒旦撒旦"
}
]
}
],
"instruction": "收到了吗?测试一下吧",
"owners": [
"463352988837952"
],
"chatIds": [
"d8f3c9BC-5A43-D649-0bBD-f8D8B618AE7C"
]
}curl --location --request POST '/api/v3/groupSop/addGroupAssistant' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "测试API042410500001",
"sopContents": [
{
"sendTime": "2022-04-24 11:37",
"sopDatas": [
{
"type": 1,
"content": "阿斯顿撒旦撒旦"
}
]
}
],
"instruction": "收到了吗?测试一下吧",
"owners": [
"463352988837952"
],
"chatIds": [
"d8f3c9BC-5A43-D649-0bBD-f8D8B618AE7C"
]
}'{}