|
@@ -137,6 +137,7 @@ public class TeacherController extends BaseController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "实名认证")
|
|
|
+ @PostMapping("/realNameAuthentication")
|
|
|
@ApiImplicitParams({ @ApiImplicitParam(name = "realName", value = "姓名", required = true, dataType = "String"),
|
|
|
@ApiImplicitParam(name = "idcardNo", value = "身份证号码", required = true, dataType = "String"),
|
|
|
@ApiImplicitParam(name = "idcardFrontImg", value = "身份证正面", required = true, dataType = "String"),
|