评价信息
开发中
GET
https://api.chasing.comuser/comment_detail
请求参数
Query 参数
id
string
订单商品id
示例代码
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/comment_detail?id'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
id
订单商品id
order_id
订单id
goods_title
string
必需
goods_suit_title
string
套装
goods_id
integer
商品id
image
string
商品
number
integer
购买数量
is_comment
integer
必需
user_name
string
用户名称
goods_suit_id
string
套装id
示例
{
"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,
"is_comment": 0,
"user_name": "mayuanyun"
}
}
修改于 2024-11-15 10:35:16