翻译-列表
开发中
GET
https://api.chasing.comi18n/index
请求参数
Query 参数
page
string
可选
limit
string
可选
content
string
内容
page_table
string
页面
source
string
可选
key
string
页面对应的key
示例代码
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.comi18n/index?page&limit&content&page_table&source&key'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
total
integer
必需
per_page
integer
必需
current_page
integer
必需
last_page
integer
必需
data
array [object {6}]
必需
示例
{
"code": 200,
"msg": "请求成功",
"data": {
"total": 1,
"per_page": 20,
"current_page": 1,
"last_page": 1,
"data": [
{
"id": 296,
"create_time": "2022-08-29 16:11:04",
"source": 1,
"page_table": "faq",
"key": "answer",
"en": "hello word",
"zh": "你好词",
"ja": "こんにちは言葉",
"es": "hola palabra",
"de": "Hallo Welt",
"fr": "mot bonjour"
}
]
}
}
修改于 2024-11-18 10:01:02