获取社区模版关系表中控制的模版
开发中GET
/template/queryTemplateByCommunityId请求参数
Body 参数application/json
object {0}
示例
{}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
templateId
integer
模板ID
templateName
null
模板名称
templateType
null
模板类型
tempControl
string
模板具体控制
type -类型 options-具体模块控制
templateUse
null
必需
示例
{
"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
}
}
最后修改时间: 3 个月前