查询文案配置列表
GET
/webtenant/system/copywritingConfig/list请求参数
Query 参数
platform
integer <int32>
必需
平台:0PC端 1移动端
示例代码
返回响应
OK(200)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
data
array[object (文案配置Vo0) {6}]
可选
content
string
文案内容
id
integer <int32>
ID
platform
integer <int32>
可选
平台:0PC端 1移动端
position
integer <int32>
文案位置
title
string
标题
useStatus
integer <int32>
可选
是否启用 1是 0否
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"data": [
{
"content": "string",
"id": 0,
"platform": 0,
"position": 0,
"title": "string",
"useStatus": 0
}
],
"msg": "string",
"traceId": "string"
}
最后修改时间: 16 小时前