wuxw
2022-07-17 ce64e667815b39efdc2f8bd52be0d43d49db8d84
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,