政策-列表
开发中
GET
https://api.chasing.comagreement/index
请求参数
Query 参数
type
string
政策类型
lang_code
string
语言
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.chasing.comagreement/index?type&lang_code'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {7}]
必需
type
integer
必需
id
integer
必需
lang_code
string
必需
title
string
标题
type_name
string
类型名称
lang_code_name
string
语种
create_time
string
发布时间
示例
{
"code": 200,
"msg": "请求成功",
"data": [
{
"type": 3,
"id": 3,
"lang_code": "",
"title": "",
"type_name": "售后政策",
"lang_code_name": ""
},
{
"type": 2,
"id": 2,
"lang_code": "",
"title": "",
"type_name": "隐私政策",
"lang_code_name": ""
},
{
"type": 1,
"id": 1,
"lang_code": "",
"title": "",
"type_name": "售后政策",
"lang_code_name": ""
}
]
}
修改于 2024-11-19 07:48:25