|  | @ -43,7 +43,7 @@ public class DoctorEndpoint extends EnvelopRestEndpoint {
 | 
	
		
			
				|  |  |     @Autowired
 | 
	
		
			
				|  |  |     private DoctorServicePermissionsService doctorServicePermissionsService;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @GetMapping(value = "updOnline")
 | 
	
		
			
				|  |  |     @PostMapping(value = "updOnline")
 | 
	
		
			
				|  |  |     @ApiOperation(value = "更新在线状态")
 | 
	
		
			
				|  |  |     public Envelop updOnline(@ApiParam(name = "doctorId", value = "医生id", required = true)
 | 
	
		
			
				|  |  |                                  @RequestParam(value = "doctorId",required = true) String doctorId,
 |