Commit 93be3fb5 authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents 5671d99f 878d3322
......@@ -38,7 +38,6 @@ public class ModelController extends BaseJsonBodyController {
* @return
*/
@PostMapping({"list/all"})
@UnAuth
public Rest<Object> getAllList() {
Rest<Object> ret = new Rest();
Map<String, Object> model = new HashMap();
......@@ -71,7 +70,6 @@ public class ModelController extends BaseJsonBodyController {
* @return
*/
@PostMapping({"list"})
@UnAuth
public Rest<Object> getList(@RequestBody ModelVO query) {
Rest<Object> ret = new Rest();
Map<String, Object> model = new HashMap();
......@@ -111,7 +109,6 @@ public class ModelController extends BaseJsonBodyController {
* @return
*/
@PostMapping({"census/list"})
@UnAuth
public Rest<Object> getCensusList(@RequestBody ModelVO query) {
Rest<Object> ret = new Rest();
Map<String, Object> model = new HashMap();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment