文档
测试

获取标记记录统计

POST
{{host}}/wxApi/tags/getStatistic

请求头

参数名
类型
描述
必填
openId
String
openId登录认证
必填

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
result
object
数据字典
必填
goodsId
int
示例:158
必填
goodsName
string
示例:儿童餐椅
必填
arrTags
array
数据列表
必填
createTime
string
示例:2020-10-09 17:01:32
必填
createBy
string
示例:testzst
必填
updateTime
string
示例:2020-10-13 11:10:46
必填
updateBy
string
示例:testzst
必填
id
int
示例:11
必填
parentId
int
示例:9
必填
classify1Id
int
示例:3
必填
classify2Id
int
示例:8
必填
classify3Id
int
示例:9
必填
name
string
示例:010101叶子2
必填
level
int
示例:4
必填
hasSelf
int
示例:0
必填
sort
int
示例:1000
必填
hasValid
int
示例:0
必填
memberNum
object
示例:null
必填
goodsNum
object
示例:null
必填
goodsNameStr
object
示例:null
必填
createTime
object
示例:null
必填
tagsNameStr
object
示例:null
必填
tagsIdStr
object
示例:null
必填
success
boolean
示例:true
必填
timestamp
string
示例:2020-10-13 13:42:39
必填

说明 / 示例

**返回示例** ```json { "code": "200", "result": { "tagsCount": 8, "serNum": 3, "serNumThisMou": 2 }, "success": true, "timestamp": "2020-10-19 14:16:01" } ``` **result说明** |参数名|类型|说明| |-|-|-| |tagsCount| Integer| 累计贡献标签(个) | |serNum| Integer| 累计贡献反馈(单) | |serNumThisMou| Integer| 本月贡献反馈(单) |