简要描述:
- 切换导航
请求域名:
- http://.yunzshop.com
请求URL:
GET: route=plugin.store-alone-temp.frontend.member.my-comment
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"current_page": 1,
"data": [
{
"id": 1,
"uniacid": 1,
"uid": 164934,
"order_sn": "SN20190416155646B1",
"price": "10.00",
"goods_price": "100.00",
"goods_total": 2,
"status": 3,
"create_time": "2019-04-16 15:56:46",
"is_deleted": 0,
"is_member_deleted": 0,
"finish_time": "2019-04-16 15:57:21",
"pay_time": "2019-04-16 15:56:50",
"send_time": "2019-04-16 15:57:10",
"cancel_time": "1970-01-01 08:00:00",
"created_at": 1555493467,
"updated_at": 1555569904,
"deleted_at": null,
"cancel_pay_time": "1970-01-01 08:00:00",
"cancel_send_time": "1970-01-01 08:00:00",
"dispatch_type_id": 1,
"dispatch_price": "0.00",
"discount_price": "0.00",
"pay_type_id": 0,
"order_goods_price": "10.00",
"deduction_price": "0.00",
"refund_id": 0,
"is_plugin": 0,
"change_price": "0.00",
"change_dispatch_price": "0.00",
"comment_status": 0,
"order_pay_id": "17",
"is_virtual": 0,
"plugin_id": 0,
"mark": "",
"is_pending": 0,
"note": null,
"cost_amount": "100.00",
"shop_name": "芸信商城",
"no_refund": 0,
"need_address": 0,
"invoice_type": 0,
"rise_type": 1,
"collect_name": "",
"company_number": "",
"invoice": null,
"auto_receipt": 0,
"fee_amount": "0.00",
"service_fee_amount": "0.00",
"is_all_send_goods": 0,
"order_id": 17,
"store_id": 4,
"has_withdraw": 1,
"has_settlement": 1,
"settlement_days": "0.00",
"amount": "153.45",
"fee": "1.55",
"fee_percentage": "1.00",
"verification_clerk_id": 0,
"withdraw_mode": 0,
"settle_time": null,
"split_time": null,
"status_name": "交易完成",
"pay_type_name": "未支付",
"process": [],
"has_one_pay_type": {
"id": 0,
"name": "未支付",
"plugin_id": 0,
"code": "unPay",
"type": 0,
"unit": "",
"updated_at": "2017-09-19 09:48:07",
"created_at": null,
"deleted_at": null,
"setting_key": "",
"need_password": 0,
"group_id": 0
},
"has_many_order_goods": [
{
"id": 1,
"uniacid": 1,
"goods_id": 2,
"pay_sn": "",
"total": 1,
"create_at": 0,
"price": "50.00",
"goods_sn": "",
"uid": 163778,
"thumb": "https://dev8.yunzshop.com/static/upload/images/1/2019/04/tWMW4dK4vlxk2Zb29mGC922m82bwg2.jpg",
"title": "测试",
"goods_price": "50.00",
"goods_option_id": 0,
"goods_option_title": "",
"product_sn": "",
"created_at": "2019-04-16 10:24:49",
"updated_at": "2019-04-16 10:24:49",
"discount_price": "0.00",
"comment_status": 0,
"change_price": "0.00",
"comment_id": 0,
"goods_market_price": "50.00",
"goods_cost_price": "50.00",
"vip_price": "0.00",
"coupon_price": "0.00",
"payment_amount": "50.00",
"deduction_amount": "0.00",
"need_address": 0,
"order_express_id": null,
"buttons": [],
"has_one_comment": null
}
]
}
],
"first_page_url": "http://yzmall.com/addons/yun_shop/api.php?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://yzmall.com/addons/yun_shop/api.php?page=1",
"next_page_url": null,
"path": "http://yzmall.com/addons/yun_shop/api.php",
"per_page": 15,
"prev_page_url": null,
"to": 1,
"total": 1
}
}
错误时返回:
返回参数说明:跟之前的我的评价接口一致
备注:
- 更多返回错误代码请看首页的错误代码描述