{}
curl --location --request GET 'https://openatom.atomgit.com/api/template/queryTemplateByCommunityId' \
--header 'X-ATOMGIT-POP-COMMUNITY: openatom' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 200,
"msg": "成功",
"data": {
"templateId": 1,
"communityId": 1,
"templateName": null,
"templateType": null,
"tempControl": "{\"type\":\"1\",\"options\":{\"Carousel\":\"1\",\"CommunityCard\":\"1\",\"CommunityData\":\"1\",\"Developer\":\"1\",\"OperationCard\":\"1\",\"Organization\":\"1\",\"Recommend\":\"1\",\"Repository\":\"1\",\"Selected\":\"1\"}}",
"templateUse": null
}
}