我的评价
开发中
GET
https://api.chasing.comcomment/my_comment
请求参数
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.comcomment/my_comment?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": "success",
"data": {
"total": 2,
"per_page": 10,
"current_page": 1,
"last_page": 1,
"data": [
{
"goods_id": 57,
"content": "我是谁",
"rating": 1,
"order_id": 258415570729308160,
"order_goods_id": 258415571748524030,
"create_time": "2022-09-19 18:25:15",
"id": 276280389868195840,
"goods_data": {
"goods_title": "潜鲛GLADIUS MINI S",
"goods_suit_title": "标配版",
"image": "http://test.static.chasing.com/Fv-TcG37Nkafk2wrjWI75zL9hW14",
"id": 258415571748524030
},
"file": [
{
"type": 1,
"file": "http://test.static.chasing.com/Fmu9_zQ1LM59wRCKlfPejVklMhMw"
},
{
"type": 2,
"file": "http://test.static.chasing.com/Fih8XvaJjcM02XPkprAnwFxprJoG"
}
]
},
{
"goods_id": 57,
"content": "我是谁",
"rating": 1,
"order_id": 258415570729308160,
"order_goods_id": 258415571748524030,
"create_time": "2022-09-19 18:20:51",
"id": 276279284975276030,
"goods_data": {
"goods_title": "潜鲛GLADIUS MINI S",
"goods_suit_title": "标配版",
"image": "http://test.static.chasing.com/http://test.static.chasing.com/Fv-TcG37Nkafk2wrjWI75zL9hW14",
"id": 258415571748524030
},
"file": []
}
]
}
}
修改于 2024-11-15 10:32:56