|
@@ -113,6 +113,18 @@ public class InstitutionalInformationController {
|
|
return msg;
|
|
return msg;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 创建机构账号获取机构列表
|
|
|
|
+ * @return
|
|
|
|
+ */
|
|
|
|
+ @ApiOperation(value = "教育机构信息列表", notes = "教育机构信息列表方法")
|
|
|
|
+ @RequestMapping("/createAccountforlist")
|
|
|
|
+ @ResponseBody
|
|
|
|
+ public HttpRespMsg createAccountforlist(){
|
|
|
|
+ HttpRespMsg msg = institutionalService.createAccountforlist();
|
|
|
|
+ return msg;
|
|
|
|
+ }
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 教育机构信息列表
|
|
* 教育机构信息列表
|
|
* 参数:id 机构id
|
|
* 参数:id 机构id
|
|
@@ -152,5 +164,7 @@ public class InstitutionalInformationController {
|
|
return msg;
|
|
return msg;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|