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