简要描述:

  • 订单商品评论接口

请求域名:

  • http://yunzshop.com

请求URL:

POST:route=order.my-comment.paging

参数:

参数名 是否必须 类型 说明
status int 评价类型
page int 页码数

返回示例:

正确时返回:

{
msg: "成功",
result: 1,
list: [
0: {auto_receipt: 0
button_models: [{name: "物流信息", value: 8, api: "dispatch.express", type: ""},…]
0: {name: "物流信息", value: 8, api: "dispatch.express", type: ""}
api: "dispatch.express"
name: "物流信息"
type: ""
value: 8
1: {name: "删除订单", value: 12, api: "order.operation.delete", type: ""}
api: "order.operation.delete"
name: "删除订单"
type: ""
value: 12
2: {name: "查看发票", value: 50, api: "order.operation.check-invoice", type: ""}
api: "order.operation.check-invoice"
name: "查看发票"
type: ""
value: 50
cancel_pay_time: "1970-01-01 08:00:00"
cancel_send_time: "1970-01-01 08:00:00"
change_dispatch_price: "0.00"
change_price: "0.00"
collect_name: ""
comment_status: 0
company_number: 0
cost_amount: "10.00"
deduction_price: "0.00"
discount_price: "10.00"
dispatch_price: "15.00"
dispatch_type_id: 1
goods_price: "100.00"
goods_total: 1
has_many_order_goods: [{id: 2926, uniacid: 2, goods_id: 348, pay_sn: "", total: 1, create_at: 0, price: "100.00",…}]
0: {id: 2926, uniacid: 2, goods_id: 348, pay_sn: "", total: 1, create_at: 0, price: "100.00",…}
buttons: [{name: "查看评价", api: "", value: ""}]
0: {name: "查看评价", api: "", value: ""}
api: ""
name: "查看评价"
value: ""
change_price: "0.00"
comment_id: 97
comment_status: 1
coupon_price: "0.00"
create_at: 0
created_at: "2019-04-10 16:02:47"
deduction_amount: "0.00"
discount_price: "0.00"
goods_cost_price: "10.00"
goods_id: 348
goods_market_price: "10.00"
goods_option_id: 0
goods_option_title: ""
goods_price: "100.00"
goods_sn: ""
has_one_comment: {id: 97, uniacid: 2, order_id: 2778, goods_id: 348, uid: 1, nick_name: "卡卡",…}
append: null
comment_id: 0
content: "第三方"
created_at: "2019-04-16 16:41:06"
deleted_at: null
goods_id: 348
head_img_url: "http://thirdwx.qlogo.cn/mmopen/yFAViaTLylmuuqIib1SE3tZDXiaeZ7H93tdHI5icm7zONiasUFd1AZQ3ug0hWDC1J6ibvfoFABibicXCH4K6cuPwyEXBlib3MZF7Qzx0I/132"
id: 97
images: "a:1:{i:0;s:42:"image/4a1a36ea03380e10bcad4a3274ee7c18.jpg";}"
level: 5
nick_name: "卡卡"
order_id: 2778
reply_id: 0
reply_name: null
type: 1
type_name: "评论"
uid: 1
uniacid: 2
updated_at: "2019-04-16 16:41:06"
id: 2926
need_address: 0
pay_sn: ""
payment_amount: "100.00"
price: "100.00"
product_sn: ""
thumb: "https://dev5.yunzshop.com/attachment/images/2/2019/02/FMMHLrRh37l4dLzZLLrCFCC4HZm33c.jpg"
title: "会员等级VIP5"
total: 1
uid: 1
uniacid: 2
updated_at: "2019-04-16 16:41:06"
vip_price: "0.00"
has_one_pay_type: {id: 3, name: "余额啊", plugin_id: 0, code: "balance", type: 1, unit: "元",…}
code: "balance"
created_at: null
deleted_at: null
group_id: 3
id: 3
name: "余额啊"
need_password: 1
plugin_id: 0
setting_key: "shop.pay.credit"
type: 1
unit: "元"
updated_at: "2019-05-08 17:33:51"
id: 2778
invoice: null
invoice_type: 0
is_pending: 0
is_plugin: 0
is_virtual: 0
mark: ""
need_address: 0
no_refund: 0
note: null
order_goods_price: "100.00"
order_pay_id: "2984"
order_sn: "SN20190410160247B7"
pay_type_id: 3
pay_type_name: "余额啊"
plugin_id: 0
price: "105.00"
process: []
refund_id: 0
rise_type: 1
shop_name: "快来购公司"
status: 3
status_name: "交易完成"
]
}

错误时返回: