Commit a8f1a799 by 陶光胜

修改

parent 8d307e34
......@@ -128,12 +128,6 @@ public class ScreeningController {
return RestResponse.success(this.getScreenBack(param));
}
@RequestMapping("save-store-widget")
@ResponseBody
public RestResponse saveStoreWidget(String searchParam, String writeBackParam){
return null;
}
@RequestMapping("get-user-store-resource")
@ResponseBody
public RestResponse getUserStoreResouce() throws ClassNotFoundException {
......
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