...
Markdown |
---|
```json { "code": "200", "errorCode": "SUCCESS", "msg": "ok", "data": { "systemTags": [ { "firstId": "1", "name": "展示页", "children": [ { "id": "1471373184247824385", "name": "用途", "fieldKey": "tplScene", "hideFlag": 0, "children": [ { "id": "1518056578485723138", "name": "事件祝福", "fieldKey": "EVENT", "hideFlag": 0 }, { "id": "1518056578489917441", "name": "周年庆", "fieldKey": "ANNIVERSARY", "hideFlag": 0 } ] } ] } ], "customTags": [ { "groupId": 91, "groupName": "用途类", "hideFlag": 0, "tags": [ { "tagId": 510, "name": "拉新获客", "type": 2, "createTime": 1650613758000 }, { "tagId": 511, "name": "老带新", "type": 2, "createTime": 1650613758000 } ] }, { "groupId": 142, "groupName": "阿萨德", "hideFlag": 0, "tags": [ { "tagId": 613, "name": "1222", "type": 2, "createTime": 1650971387000 } ] } ] } } ``` |
2、新增平台专区-查询平台模板列表接口
【旧项目】接口路径:接口路径:https://open.rabbitpre.com/api/template/platform/list【新项目】接口路径:https://integrate.rabbitpre.com/api/open/api/template/platform/list
签名规则详见 签名鉴权
请求方式:POST
入参填写要求:入参的customTagIds、systemTags、firstId是要根据/api/template/platform/getAllTags接口的返回参来进行填写的。
...