列表
开发中
GET
https://api.chasing.comarrival_notice/index
请求参数
Query 参数
page
string
可选
limit
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.comarrival_notice/index?page&limit'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
total
integer
必需
per_page
integer
必需
current_page
integer
必需
last_page
integer
必需
data
array [object {10}]
必需
示例
{
"code": 200,
"msg": "请求成功",
"data": {
"total": 1,
"per_page": 10,
"current_page": 1,
"last_page": 1,
"data": [
{
"id": 1,
"email": "123@12.com",
"goods_suit_id": 3,
"is_send": 1,
"create_time": 0,
"update_time": 0,
"lang_code": "zh",
"goods_id": 3,
"goods_title": "CHASING M2",
"goods_suit_title": "100m Package"
}
]
}
}
修改于 2024-11-18 09:18:41