Commit d2288506 authored by 赵啸非's avatar 赵啸非

添加申报撤销接口

parent 95567921
...@@ -34,8 +34,6 @@ import com.mortals.xhx.common.code.*; ...@@ -34,8 +34,6 @@ import com.mortals.xhx.common.code.*;
@RequestMapping("category") @RequestMapping("category")
public class CategoryController extends BaseCRUDJsonBodyMappingController<CategoryService,CategoryEntity,Long> { public class CategoryController extends BaseCRUDJsonBodyMappingController<CategoryService,CategoryEntity,Long> {
@Autowired
private ParamService paramService;
public CategoryController(){ public CategoryController(){
super.setModuleDesc( "事项分类"); super.setModuleDesc( "事项分类");
......
...@@ -14,7 +14,7 @@ client.global.set("authToken", JSON.parse(response.body).data.token); ...@@ -14,7 +14,7 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
%} %}
###事项分类列表 ###事项分类列表
POST {{baseUrl}}/category/list POST {{baseUrl}}/category/interlist
Content-Type: application/json Content-Type: application/json
{ {
......
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