跳至内容
拜哥网API文档
用户工具
注册
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
注册
>
最近更改
媒体管理器
网站地图
您的足迹:
•
商品
评论
====== 评论接口 ====== ------ ===== 1、评论列表 ===== === 接口名称 === buyer-comments/list === 请求方式 === get === 请求参数 === ^ 参数名称 ^ 参数类型 ^ 是否必填 ^ 说明 ^ | buyerId| int | 是 | 买家id | |pageSize|int|否|每页数量 默认为50| === 返回值 === ^ 名称 ^ 类型 ^ 说明 ^ | items| data| 数据 | | _links| data| 分页信息 | | _meta| data| 查询数据信息 | === items数据说明 === ^ 名称 ^ 类型 ^ 说明 ^ | id| int| 退款ID| | order_id| int| 订单ID | | buyer_id| int| 买家ID | | seller_id| int|卖家id | | order_detail_id| int| 订单详情id | | addtime| string| 添加时间| | product_id| number| 产品id| | product_sku_id| number| 产品sku id | | description| int| 描述评分 | | service| int| 服务评分 | | express| int| 快递评分 | | cnt| string| 评论内容 | | reply| string| 回复内容 | ===== 2、添加评论 ===== === 接口名称 === buyer-comments/create === 请求方式 === post === 请求参数 === ^ 参数名称 ^ 参数类型 ^ 是否必填 ^ 说明 ^ | orderId| int| 是 |订单ID | | buyerId| int| 是 |买家ID | | sellerId| int|是 |卖家id | | orderDetailId| int| 是 |订单详情id | | productId| number| 是 |产品id| | productSkuId| number| 是 |产品sku id | | description| int| 是 |描述评分 | | service| int| 是 |服务评分 | | express| int| 是 |快递评分 | | cnt| string| 是 |评论内容 | === 返回值 === ^ 名称 ^ 类型 ^ 说明 ^ | result | bool | 返回结果 success 成功 error 失败 | | message| string | 返回信息 | ===== 3、回复评论 ===== === 接口名称 === buyer-comments/reply === 请求方式 === post === 请求参数 === ^ 参数名称 ^ 参数类型 ^ 是否必填 ^ 说明 ^ | commentId| int| 是 |评论ID | | sellerId| int|是 |卖家id | | reply| string| 是 |回复内容 | === 返回值 === ^ 名称 ^ 类型 ^ 说明 ^ | result | bool | 返回结果 success 成功 error 失败 | | message| string | 返回信息 |
评论.1464090221.txt.gz
· 最后更改: 2017/06/01 13:58 (外部编辑)
页面工具
显示页面
修订记录
反向链接
回到顶部