Commit a11d8082 by huangjinxin

Merge remote-tracking branch 'origin/develop' into develop

2 parents 4f4f7d77 24fd924b
......@@ -34,6 +34,7 @@ import java.util.Date;
@RestController
@RequestMapping("/pea-order/pea")
@RequiredArgsConstructor
@Validated
public class PeaApiController {
......@@ -158,7 +159,7 @@ public class PeaApiController {
* @return 创建成功与否
* @apiNote 接收工单请求,一个工单可能会有多次预约,有多个预约单号;
*/
@PostMapping(" /order/create")
@PostMapping("/order/create")
public Result<?> orderCreate(@Validated @RequestBody OrderDTO.OrderCreateRequest request) {
return Result.success(null);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!