版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

参数必选类型说明
userIdtruestring
用户id
opfidtruestring平台id
orgIdfalsestring企业id
mostHotfalsebooleantrue综合排序、false最新排序
pageNofalseinteger页码
pageSizefalseinteger页大小
hidePayTemplatefalseboolean是否隐藏付费模板
firstIdfalseinteger系统标签1级分类的id
customTagIdsfalselist自定义标签id列表
systemTagsfalselist

系统标签列表:

{

      //二级分类的key
      "secondFieldKey": "string",

      //三级分类的key
      "thirdFieldKey": "string"
}

titlefalsestring模糊查询模板标题


入参格式

Markdown
```json
{
  "customTagIds": [
    0
  ],
  "firstId": 0,
  "hidePayTemplate": false,
  "opfid": "string",
  "orgId": "string",
  "pageNo": 0,
  "pageSize": 0,
  "systemTags": [
    {
      "secondFieldKey": "string",
      "thirdFieldKey": "string"
    }
  ],
  "userId": "string"
}
```

...

参数
必选
类型
说明
companyId
true
string
企业id
uid
true
string
第三方平台的用户id
pageNofalseinteger页码
pageSizefalseinteger页大小
firstIdtrueinteger系统标签1级分类的id,1:展示页,13:玩法,15:海报
customTagIdsfalselist自定义标签id列表
systemTagsfalselist

系统标签列表:

{

      //二级分类的key
      "secondFieldKey": "string",

      //三级分类的key
      "thirdFieldKey": "string"
}

titlefalsestring模糊查询模板标题


请求参数格式

Markdown
```json
{
  "customTagIds": [
    0
  ],
  "firstId": 0,
  "hidePayTemplate": false,
  "opfid": "string",
  "companyId": "string",
  "pageNo": 0,
  "pageSize": 0,
  "systemTags": [
    {
      "secondFieldKey": "string",
      "thirdFieldKey": "string"
    }
  ],
  "uid": "string"
}
```

...

参数
必选
类型
说明
companyId
true
string
企业id
uid
true
string
第三方平台的用户id
pageNofalseinteger页码
pageSizefalseinteger页大小
firstIdtrueinteger系统标签1级分类的id,1:展示页,13:玩法,15:海报
customTagIdsfalselist自定义标签id列表
systemTagsfalselist

系统标签列表:

{

      //二级分类的key
      "secondFieldKey": "string",

      //三级分类的key
      "thirdFieldKey": "string"
}

titlefalsestring模糊查询模板标题


请求参数格式

Markdown
```json 
{
  "customTagIds": [
    0
  ],
  "firstId": 0,
  "hidePayTemplate": false,
  "opfid": "string",
  "companyId": "string",
  "pageNo": 0,
  "pageSize": 0,
  "systemTags": [
    {
      "secondFieldKey": "string",
      "thirdFieldKey": "string"
    }
  ],
  "uid": "string"
} 
```

...