Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 24fd924b
authored
Sep 26, 2023
by
刘鑫
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop_16542_system_auth' into 'develop'
fix; api not found See merge request !345
2 parents
36bda6a9
0720ca60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
project-order/src/main/java/com/dituhui/pea/order/controller/PeaApiController.java
project-order/src/main/java/com/dituhui/pea/order/controller/PeaApiController.java
View file @
24fd924
...
@@ -34,6 +34,7 @@ import java.util.Date;
...
@@ -34,6 +34,7 @@ import java.util.Date;
@RestController
@RestController
@RequestMapping
(
"/pea-order/pea"
)
@RequestMapping
(
"/pea-order/pea"
)
@RequiredArgsConstructor
@RequiredArgsConstructor
@Validated
public
class
PeaApiController
{
public
class
PeaApiController
{
...
@@ -158,7 +159,7 @@ public class PeaApiController {
...
@@ -158,7 +159,7 @@ public class PeaApiController {
* @return 创建成功与否
* @return 创建成功与否
* @apiNote 接收工单请求,一个工单可能会有多次预约,有多个预约单号;
* @apiNote 接收工单请求,一个工单可能会有多次预约,有多个预约单号;
*/
*/
@PostMapping
(
"
/order/create"
)
@PostMapping
(
"/order/create"
)
public
Result
<?>
orderCreate
(
@Validated
@RequestBody
OrderDTO
.
OrderCreateRequest
request
)
{
public
Result
<?>
orderCreate
(
@Validated
@RequestBody
OrderDTO
.
OrderCreateRequest
request
)
{
return
Result
.
success
(
null
);
return
Result
.
success
(
null
);
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment