java110
2022-02-20 8fb99cc90cf4cbd17acb5878eebec9f90c92f138
java110-service/src/main/java/com/java110/service/api/CmdApi.java
@@ -44,7 +44,6 @@
    @RequestMapping(path = "/{service:.+}", method = RequestMethod.POST)
    @Java110TraceLog
    public ResponseEntity<String> service(@PathVariable String service,
                                          @RequestBody String postInfo,
                                          HttpServletRequest request) {
@@ -76,7 +75,6 @@
    @RequestMapping(path = "/{resource}/{action}", method = RequestMethod.POST)
    @ApiOperation(value = "资源post请求", notes = "test: 返回 2XX 表示服务正常")
    @ApiImplicitParam(paramType = "query", name = "subServicePost", value = "用户编号", required = true, dataType = "String")
    @Java110TraceLog
    public ResponseEntity<String> subServicePost(
            @PathVariable String resource,
            @PathVariable String action,