{
"communityId":"1",
"operateType":"5"
}
curl --location --request POST 'https://openatom.atomgit.com/api/operator/getOperatorList' \
--header 'X-ATOMGIT-POP-COMMUNITY: openatom' \
--header 'Content-Type: application/json' \
--data-raw '{
"communityId":"1",
"operateType":"5"
}'
{
"code": 200,
"msg": "成功",
"data": [
{
"operateId": 5,
"operateType": 5,
"jumpUrl": "https://xiaoyuanxing.openatom.cn",
"operateName": "校源行",
"logoType": null,
"picUrl": "https://file.pop.atomgit.com/imgs/openatom/2024/06/13/f391026ede4552965f167b2441a557f6.png",
"communityId": 1,
"showStartTime": null,
"showEndTime": null,
"sort": null,
"open": 1,
"flag": 1,
"createName": "文华",
"createTime": "2024-03-28 14:27:07",
"updateName": "zhangyl",
"updateTime": "2024-10-17 11:07:28",
"showStatus": null
}
]
}