master
cez 2022-06-29 18:31:10 +08:00
parent 8de598bb5b
commit 84fd705c16
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ public class ApiController {
@RequestMapping(value = "/waveToFjController/save", method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE)
@ResponseBody
public ResponseEntity<?> create6(@RequestParam String waveToFjstr, UriComponentsBuilder uriBuilder) {
//需传入ID和二次容器号
return waveToFjController.create(waveToFjstr, uriBuilder);
}