待评价列表
开发中
GET
https://api.chasing.comuser/my_comment
请求参数
无
示例代码
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.comuser/my_comment'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {8}]
必需
id
订单商品id
order_id
订单id
goods_title
string
商品名称
goods_suit_title
string
商品套装名称
goods_id
integer
商品id
image
string
封面
number
integer
购买数量
rote
string
路由
示例
{
"code": 200,
"msg": "success",
"data": [
{
"id": 258415571748524030,
"order_id": 258415570729308160,
"goods_title": "潜鲛GLADIUS MINI S",
"goods_suit_title": "标配版",
"goods_id": 57,
"image": "http://test.static.chasing.com/Fv-TcG37Nkafk2wrjWI75zL9hW14",
"number": 1,
"rote": "chasing-m2pro-max.html"
},
{
"id": 258415572599967740,
"order_id": 258415570729308160,
"goods_title": "GLADIUS MINI S 修改后 ",
"goods_suit_title": "200m Package 修改后",
"goods_id": 53,
"image": "http://test.static.chasing.com/Fmu9_zQ1LM59wRCKlfPejVklMhMw",
"number": 1,
"rote": "mini-s.html"
},
{
"id": 262525045887209470,
"order_id": 262525045341949950,
"goods_title": "去去去",
"goods_suit_title": "454545",
"goods_id": 55,
"image": "http://test.static.chasing.com/Fo2P9xc6QRHQCf5AmUCVvdWM30m8",
"number": 1,
"rote": "grabber-claw-b.html"
}
]
}
修改于 2024-11-15 10:36:27