Browse Source

。。。。

wangwei 6 years ago
parent
commit
cf9ffe4618

+ 1 - 1
examcloud-core-basic-api-provider/src/main/java/cn/com/qmth/examcloud/core/basic/api/controller/AuthController.java

@@ -158,7 +158,7 @@ public class AuthController extends ControllerSupport {
 	}
 
 	@WithoutStackTrace(true)
-	@ApiOperation(value = "绑定手机号", notes = "")
+	@ApiOperation(value = "学生绑定手机号", notes = "")
 	@PostMapping("/bindSecurityPhone")
 	public void bindStudentSecurityPhone(@RequestParam String phone,
 			@RequestParam String verificationCode) {