授权  
评价中心三个标签页列表接口
参数名称 类型 是否必填 参数描述 备注
api_key String 系统分配的ApiKey
api_target String 调用接口名称 com_cmall_familyhas_api_ApiForOrderComment
api_token String 用户授权码 已登陆用户授权码,64位16进制编码。
api_input String 输入参数 应用输入参数的JSON格式
参数名称 类型 必填 示例 参数描述 备注
tagType String 1 待评价、2 待晒单 、 3 已评价 评价中心标签
orderCode String 订单号
screenWidth Integer 500 屏幕宽度 屏幕宽度
skuCode String SKU编码
version int 版本号 仅用于扩展,无需传入
pageNum String 默认从1开始 页码
参数名称 类型 参数描述 备注
productItemList ProductItem[] 商品信息
resultCode int 返回标记 如果返回标记1则为API调用成功 否则则是错误编号
nowPage int 当前页数
countPage int 总页数
resultMessage String 返回消息 返回的消息描述
tipText String 提示语
buyerShowIntegral String 分享到买家秀赠送积分总量
integral String 送积分总量
PicAllInfo
参数名称 类型 参数描述 备注
smallPicInfo PicInfos 小图
bigPicInfo PicInfos 大图
picInfo PicInfos 原图

PicInfos
参数名称 类型 参数描述 备注
picUrl String 图片url
height Integer 图片高度
width Integer 图片宽度

ProductComment
参数名称 类型 参数描述 备注
uid String uid
approveFlag String 对赞成的的态度:Y做了支持点击操作 N无操作
opposeNum int 反对数
skuColor String 颜色
isCancel String 是否取消分享 0否1是,不满足买家秀条件为空
replyContent String 回复内容
replyTime String 回复时间
skuCode String SKU编号
videoList CcVideo[] 商品评价视频 评价视频信息
approveNum int 赞成数
opposeFlag String 对反对的的态度:Y做了反对点击操作 N无操作
commentTime String 评论时间
gradeType String 评分类型
commentAppendList ProductCommentAppend[] 追评列表
userMobile String 用户手机号
commentContent String 评论内容
grade String 评分
commentPhotoList PicAllInfo[] 评价图片
userFace String 用户头像
isShare String 是否分享到买家秀 0否1是,不满足买家秀条件为空
skuStyle String 款式

CcVideo
参数名称 类型 参数描述 备注
ccvid String 视频CCVID
time Integer 视频时长 单位:秒
status Integer 视频状态 0:未处理好视频,1:正常可播视频,2:其他状态(违规视频)
img String 视频图片

ApiForOrderCommentResult$ProductItem
参数名称 类型 参数描述 备注
skuNum String 数量
picUrl String 商品图片
style String 款式
flagTheSea String 此商品是否跨境商品 1:是 0:否
orderCode String 订单号
color String 颜色
productCode String 商品编号
productCommentList ProductComment[] 商品评论
productName String 商品名称
skuCode String SKU编号

ProductCommentAppend
参数名称 类型 参数描述 备注
commentTime String 评论时间
commentContent String 评论内容
commentDay String 追评天数
commentPhotoList PicAllInfo[] 追评图片
replyContent String 回复内容
replyTime String 回复时间
videoList CcVideo[] 商品追评视频 追评视频信息