提交 dfa3423e authored 作者: 刘海泉's avatar 刘海泉

去掉中交行路测试环境限制

上级 c70e97b5
...@@ -169,7 +169,7 @@ public class TempController { ...@@ -169,7 +169,7 @@ public class TempController {
@Autowired @Autowired
private TruckTraceJob truckTraceJob; private TruckTraceJob truckTraceJob;
@ApiOperation(value = "测试生产真实调用中交兴路", notes = "<br>By:刘海泉") @Operation(summary = "测试生产真实调用中交兴路", description = "<br>By:刘海泉")
@RequestMapping(value = "/testRealTrace", method = RequestMethod.GET) @RequestMapping(value = "/testRealTrace", method = RequestMethod.GET)
public Result<Void> testRealTrace(@RequestParam("truckNo") @NotBlank(message = "运单号不能为空") String truckNo) { public Result<Void> testRealTrace(@RequestParam("truckNo") @NotBlank(message = "运单号不能为空") String truckNo) {
truckTraceJob.testRealTrace(truckNo); truckTraceJob.testRealTrace(truckNo);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论