获取用户列表
方法名称:userList
更多字段
{
"userId":1,
"nickName":"lanyulei",
"phone":"13818888888",
"roleId":1,
"salt":"",
"avatar":"",
"sex":"0",
"email":"1@qq.com",
"deptId":1,
"postId":1,
"createBy":"1",
"updateBy":"1",
"remark":"",
"status":"0",
"params":"",
"create_time":"0001-01-01T00:00:00Z",
"update_time":"0001-01-01T00:00:00Z",
"username":"admin",
"deptName":"磊哥科技"
}
获取部门信息
推荐使用级联选择器
方法名称:deptTreeList
{
"deptId":1,
"parentId":0,
"deptPath":"/0/1",
"deptName":"磊哥科技",
"sort":0,
"leader":0,
"phone":"",
"email":"lanyulei@www.fdevops.com",
"status":"0",
"createBy":"1",
"updateBy":"1",
"params":"",
"children":[
{
"deptId":8,
"parentId":1,
"deptPath":"/0/1/8",
"deptName":"运维部",
"sort":0,
"leader":0,
"phone":"",
"email":"",
"status":"0",
"createBy":"",
"updateBy":"",
"params":"",
"children":[
],
"create_time":"2021-02-24T21:30:59+08:00",
"update_time":"2021-02-24T21:30:59+08:00"
}
],
"create_time":"2021-02-24T21:30:59+08:00",
"update_time":"2021-02-24T21:30:59+08:00"
}
评论列表(5条)
您好,远端数据是通过grpc实现的吗?如果是,在哪里配置grpc呢?
@MrMiaoJC:不是 grpc 实现的。
请问远端数据的方法,是在哪定义的?
@晴天:https://form.making.link/docs/manual/options.html
请问子选项是干嘛用的,还有远端方法怎么传参?