Commit 78b5a42a authored by liuzicheng's avatar liuzicheng

初始化项目

parent db2e0c81
......@@ -26,7 +26,7 @@ public class BaseController {
}
@ApiOperation(value = "测试网关接口")
@PostMapping("/test")
@PostMapping("/test/{url}")
public JsonResult test(@RequestBody String requestBody, @PathVariable String url) {
log.info("浙农请求:{}",requestBody);
return commandProxy.test(requestBody,url);
......
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