文档
测试

获取表单详情

POST
{{host}}/wxApi/tags/detail

请求头

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

请求参数

参数名
类型
描述
必填
serNo
String
表单单号
必填

响应参数

参数名
类型
描述
必填
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": { "serNo": "381654080ec74462a64b323e3cd034f8", "userId": 266, "username": "刘u", "createTime": "2020-11-04 23:42:20", "num": 2, "roomId": 273, "roomName": "1001", "orderId": 1300, "arrLikeTags": [ { "createTime": "2020-11-04 23:42:20", "createBy": "zhaodl", "updateTime": null, "updateBy": null, "id": 19, "tagsId": 33, "userId": 266, "storeId": 33, "type": 1, "username": "刘u", "backendUserId": 39, "addWay": 1, "oriTagsId": 0, "roomId": 273, "orderId": 1300, "serNo": "381654080ec74462a64b323e3cd034f8", "hasSelf": 0, "tagsName": "香蕉", "oriTagsName": null, "storeName": "快速反馈测试门店", "delTime": null }, { "createTime": "2020-11-04 23:42:20", "createBy": "zhaodl", "updateTime": null, "updateBy": null, "id": 20, "tagsId": 41, "userId": 266, "storeId": 33, "type": 1, "username": "刘u", "backendUserId": 39, "addWay": 1, "oriTagsId": 0, "roomId": 273, "orderId": 1300, "serNo": "381654080ec74462a64b323e3cd034f8", "hasSelf": 0, "tagsName": "10分钟开合跳", "oriTagsName": null, "storeName": "快速反馈测试门店", "delTime": null } ], "arrNastyTags": [], "arrSelfTags": [], "baseInfo": { "arriveTime": "2020-10-08 14:00:00", "leaveTime": "2020-10-09 12:00:00", "userLevel": "普通会员", "userMobile": "139****7351", "storeName": "快速反馈测试门店", "roomName": "双床房" } }, "success": true, "timestamp": "2020-11-05 13:42:32" } ``` **result说明** |参数名|类型|说明| |-|-|-| |serNo| String| 提交单号 | |userId| Long | 用户ID | |username| String| 用户名称 | |createTime| String | 提交时间 | |num| Integer| 标签数量| |roomId| Long | 房间ID | |roomName| Integer| 房间名称 | |orderId| Long | 订单ID | |arrLikeTags| arrays| 喜好列表 | |arrNastyTags| arrays| 反感列表 | |arrSelfTags| arrays| 自定义列表 | **Tags说明** |参数名|类型|说明| |-|-|-| |id | Long | 标签记录ID**(拆分自定义标签时传此值)** | |tagsId | Long | 标签ID | |userId | Long | 用户ID| |storeId | Long | 门店ID | |type | Integer| 喜好 1:喜欢 2:不喜欢 9:其他| |username | String| 用户名称 | |backendUserId | Long | 操作人员ID | |addWay | Integer| 添加方式 1:人工 2:自动 3:购买 9:其他 | |oriTagsId | Long | 原自定义标签ID(当标签为标准库标签时有效) | |roomId | Long | 添加记录时, 用户所在房间ID | |orderId | Long | 添加记录时, 用户订单ID | |hasSelf | Integer| 是否自定义 0:否 1:是 | |tagsName | String| 标签名称 | |oriTagsName | String| 标签名称(无效) | |storeName | String| 门店名称 | |delTime | Date| 删除时间(无效) | **baseInfo说明** |参数名|类型|说明| |-|-|-| |arriveTime| Date| 到店时间 | |leaveTime| Date| 离店时间 | |userLevel| String| 用户等级 | |userMobile| String| 用户手机号 | |storeName| String| 门店名称 | |roomTypeName| String| 房间类型名称 |