Commit df81effb by hulei

api路径修正bopcalcom

parent 78e72e5b
...@@ -40,7 +40,7 @@ public class BopCalPilotController { ...@@ -40,7 +40,7 @@ public class BopCalPilotController {
@Autowired @Autowired
private BchService bchService; private BchService bchService;
@PostMapping("/bopcalcom/pilotbopbch") @PostMapping("/pilotbopbch")
public ResponseSet<String> bopPilotBch(@RequestBody Map<String, String> params) { public ResponseSet<String> bopPilotBch(@RequestBody Map<String, String> params) {
try { try {
settleContext.simpleLoadSettleSession(); settleContext.simpleLoadSettleSession();
......
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