|
@@ -347,11 +347,11 @@ public class PersonInfoController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value="人脸授权")
|
|
|
- @PostMapping("EnabledFace")
|
|
|
+ @PostMapping("enabledFace")
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "id",value = "人员编号", required = false, paramType = "form",dataType = "String")
|
|
|
})
|
|
|
- public MessageResult<PersonInfo> EnabledFace(@RequestParam(value="id",defaultValue="") Long id,@RequestAttribute String subject){
|
|
|
+ public MessageResult<PersonInfo> enabledFace(@RequestParam(value="id",defaultValue="") Long id,@RequestAttribute String subject){
|
|
|
MessageResult<PersonInfo> msgResult = new MessageResult<>();
|
|
|
|
|
|
try {
|
|
@@ -386,11 +386,11 @@ public class PersonInfoController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value="刷卡授权")
|
|
|
- @PostMapping("EnabledCard")
|
|
|
+ @PostMapping("enabledCard")
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "id",value = "人员编号", required = false, paramType = "form",dataType = "String")
|
|
|
})
|
|
|
- public MessageResult<PersonInfo> EnabledCard(@RequestParam(value="id",defaultValue="") Long id,@RequestAttribute String subject){
|
|
|
+ public MessageResult<PersonInfo> enabledCard(@RequestParam(value="id",defaultValue="") Long id,@RequestAttribute String subject){
|
|
|
MessageResult<PersonInfo> msgResult = new MessageResult<>();
|
|
|
|
|
|
try {
|
|
@@ -425,11 +425,11 @@ public class PersonInfoController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value="手机授权")
|
|
|
- @PostMapping("EnabledApp")
|
|
|
+ @PostMapping("enabledApp")
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "id",value = "人员编号", required = false, paramType = "form",dataType = "String")
|
|
|
})
|
|
|
- public MessageResult<PersonInfo> EnabledApp(@RequestParam(value="id",defaultValue="") Long id,@RequestAttribute String subject){
|
|
|
+ public MessageResult<PersonInfo> enabledApp(@RequestParam(value="id",defaultValue="") Long id,@RequestAttribute String subject){
|
|
|
MessageResult<PersonInfo> msgResult = new MessageResult<>();
|
|
|
|
|
|
try {
|
|
@@ -464,11 +464,11 @@ public class PersonInfoController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value="访客授权")
|
|
|
- @PostMapping("EnabledGuest")
|
|
|
+ @PostMapping("enabledGuest")
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "id",value = "人员编号", required = false, paramType = "form",dataType = "String")
|
|
|
})
|
|
|
- public MessageResult<PersonInfo> EnabledGuest(@RequestParam(value="id",defaultValue="") Long id,@RequestAttribute String subject){
|
|
|
+ public MessageResult<PersonInfo> enabledGuest(@RequestParam(value="id",defaultValue="") Long id,@RequestAttribute String subject){
|
|
|
MessageResult<PersonInfo> msgResult = new MessageResult<>();
|
|
|
|
|
|
try {
|