{
"appId": "{{appid}}",
"allowWxIds": [],
"atWxIds": [],
"disableWxIds": [],
"content": "test",
"privacy": false,
"allowTagIds": [],
"disableTagIds": []
}
curl --location --request POST 'http://api.geweapi.com/gewe/v2/api/sns/sendTextSns' \
--header 'X-GEWE-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "",
"allowWxIds": [],
"atWxIds": [],
"disableWxIds": [],
"content": "test",
"privacy": false,
"allowTagIds": [],
"disableTagIds": []
}'
{
"ret": 200,
"msg": "操作成功",
"data": {
"id": 14287800629617234454,
"userName": "zhangchuan2288",
"nickName": "朝夕。",
"createTime": 1703238562
}
}