文档
测试

获取自定义页面

POST
/api/others/page/{{page_label}}

请求参数

参数名
类型
描述
必填
page_label
srting
页面标识 privacy_policy 隐私政策服务 service_agreement 用户服务协议
必填

响应参数

参数名
类型
描述
必填
code
number
响应编码
必填
data
object
响应数据
必填
title
string
页面名称
必填
description
string
页面描述
必填
content
string
主题内容
必填
msg
string
响应文本
必填

响应示例

``` { "msg": "", "data": { "status": 1, "title": "隐私政策服务", "description": "隐私政策服务说明页面", "content": "<p><b>这里是说明1</b></p>" }, "code": 0 } ```