|
@@ -267,17 +267,5 @@ public class OrderController {
|
|
|
}
|
|
|
|
|
|
|
|
|
- @SneakyThrows
|
|
|
- @ApiOperation("测试——创建订单")
|
|
|
- @ResourceAuth(value = AuthConstant.User, type = AuthType.User)
|
|
|
- @RequestMapping(value = "creat2", method = RequestMethod.POST)
|
|
|
- public ResultContent creat2(@RequestBody @Valid AddOrderParamModel orderParamModel) {
|
|
|
- String userId = authHelper.getCurrentUser().getUserId();
|
|
|
-
|
|
|
- log.info(userId);
|
|
|
-
|
|
|
- return ResultContent.build(ResultState.Success);
|
|
|
- }
|
|
|
-
|
|
|
|
|
|
}
|