简要描述
请求url
- https://www.商城域名.com/index.php?s=/api/order.comment/list
请求方式
是否需授权登录
请求header
| 参数名 | 类型 | 是否必须 | 示例值 | 说明 | 
| storeId | int | 必填 | 10001 | 商城ID | 
| platform | string | 必填 | H5 | 当前请求的客户端(APP、小程序、H5等) | 
| Access-Token | string | 选填 | - | 当前登录用户的 Token | 
请求参数
| 参数名 | 类型 | 是否必须 | 示例值 | 说明 | 
| orderId | int | 必填 | 10197 | 订单ID | 
返回示例
{
    "status": 200,
    "message": "success",
    "data": {
        "goodsList": [{
            "order_goods_id": 10194,
            "goods_id": 10025,
            "goods_name": "【舒尔健动感单车】大型健身器械 减肥神器",
            "image_id": 10627,
            "deduct_stock_type": 20,
            "spec_type": 20,
            "goods_sku_id": "10096_10105",
            "goods_props": [{
                "group": {
                    "name": "颜色",
                    "id": 10007
                },
                "value": {
                    "name": "红",
                    "id": 10096
                }
            }, {
                "group": {
                    "name": "尺寸",
                    "id": 10014
                },
                "value": {
                    "name": "大",
                    "id": 10105
                }
            }],
            "goods_no": "",
            "goods_price": "1.00",
            "line_price": "11.00",
            "goods_weight": 1,
            "is_user_grade": 1,
            "grade_ratio": 10,
            "grade_goods_price": "0.98",
            "grade_total_money": "0.02",
            "coupon_money": "0.00",
            "points_money": "0.00",
            "points_num": 0,
            "points_bonus": 0,
            "total_num": 1,
            "total_price": "0.98",
            "total_pay_price": "0.98",
            "delivery_status": 30,
            "delivery_num": 2,
            "is_comment": 0,
            "order_id": 10197,
            "user_id": 10125,
            "goods_source_id": 0,
            "goods_image": "db7082c6af34ece0f1c94e6ef8a06ce4.jpg"
        }]
    }
}
返回参数
| 参数名 | 类型 | 示例值 | 说明 | 
| status | int | 200 | 请求状态(200:请求成功;500:请求错误/失败) | 
| message | string | success | 请求结果的信息,默认为 success | 
| data | object | - | 返回的业务数据 | 
data 参数
| 参数名 | 类型 | 示例值 | 说明 | 
| goodsList | array | - | 商品列表 |