程序包 | 说明 |
---|---|
com.zeepson.webservice.customerBox |
限定符和类型 | 方法和说明 |
---|---|
ResultDto |
CustomerBoxRest.findBoxUsers(CustomerBoxBean bean)
查询用户信息
|
ResultDto |
CustomerBoxRest.findBoxUsers1(CustomerBoxBean bean)
删除用户信息
|
ResultDto |
CustomerBoxRest.findBoxUsersList(CustomerBoxBean bean)
查询该柜用户
|
ResultDto |
CustomerBoxRest.initializeBoxPhone(CustomerBoxBean bean)
手机初始化保险柜(已作废)
guozy
|
ResultDto |
CustomerBoxRest.initializeNonBoxPhone(CustomerBoxBean bean)
手机绑定设备,主用户绑定(非租赁柜使用),直接绑定customerBox中非租赁信息不填写
|
ResultDto |
CustomerBoxRest.removeUserToDevice(CustomerBoxBean bean)
从设备删除用户
|
ResultDto |
CustomerBoxRest.updateBoxControlPwd(CustomerBoxBean bean) |
ResultDto |
CustomerBoxRest.userRemoveBox(CustomerBoxBean bean)
返回的是还可以使用的box列表,自己解绑自己
解绑柜子的人不能是柜子的主用户,如果是主用户,必须走恢复出厂接口
|
ResultDto |
CustomerBoxRest.userToDevice(CustomerBoxBean bean)
添加一个用户到设备
|