文档
测试

标签操作记录列表

POST
{{host}}/tags/operateLog/getPage

请求头

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

请求参数

参数名
类型
描述
必填
tagsId
Long
标签ID(非空)
必填
backendUserName
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": { "records": [ { "createTime": "2020-10-12 15:44:39", "createBy": "testzst", "updateTime": null, "updateBy": null, "id": 6, "tagsId": 3, "processType": 0, "processName": "停用标签[010102叶子3]", "memo": null, "backendUserId": 32 }, { "createTime": "2020-10-12 16:07:53", "createBy": "testzst", "updateTime": null, "updateBy": null, "id": 7, "tagsId": 3, "processType": 0, "processName": "启用标签[010102叶子3]", "memo": null, "backendUserId": 32 }, { "createTime": "2020-10-13 15:24:32", "createBy": "testzst", "updateTime": null, "updateBy": null, "id": 11, "tagsId": 3, "processType": 0, "processName": "停用标签[010102叶子3]", "memo": null, "backendUserId": 32 } ], "total": 3, "size": 10, "current": 1, "orders": [], "searchCount": true, "pages": 1 }, "success": true, "timestamp": "2020-10-16 13:38:47" } ``` **result说明** |参数名|类型|说明| |-|-|-| |id| Long | 主键ID | |tagsId| Long| 标签名称 | |processType| String| 操作类型 1:直接添加 2:拆分添加 3:编辑 4:启用 5:停用 6:绑定 9:其他 | |processName| String | 操作类型名称 | |backendUserId| Long| 操作人员ID| |createBy| String| 操作人员姓名 | |memo| String| 备注, 预留字段 |