Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yanxuan-qc-change-system
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yx-qc-change-flow
yanxuan-qc-change-system
Commits
6d0b8026
Commit
6d0b8026
authored
Dec 07, 2022
by
“zcwang”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge:合并
parent
c7c24c82
Pipeline
#43453
passed with stages
in 1 minute 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
TestController.java
...se/mail/yanxuan/change/web/controller/TestController.java
+7
-8
No files found.
yanxuan-qc-change-system-web/src/main/java/com/netease/mail/yanxuan/change/web/controller/TestController.java
View file @
6d0b8026
...
@@ -72,20 +72,19 @@ public class TestController {
...
@@ -72,20 +72,19 @@ public class TestController {
}
}
@Autowired
@Autowired
private
FlowRpcSupplierSe
ndService
supplierSend
Service
;
private
FlowRpcSupplierSe
rvice
rpcSupplier
Service
;
@
Pos
tMapping
(
"/test1"
)
@
Ge
tMapping
(
"/test1"
)
public
String
test1
(
@RequestBody
List
<
Long
>
itemIds
)
{
public
AjaxResponse
<
List
<
SupplierInfoRsp
>>
test1
(
@RequestParam
(
name
=
"fuzzySearchText"
)
String
fuzzySearchText
)
{
return
supplierSendService
.
queryGoodsPurchase
(
itemIds
);
return
rpcSupplierService
.
getSupplierInfo
(
"aa"
,
"wb.mulongfei@mesg.corp.netease.com"
,
fuzzySearchText
);
}
}
private
FlowRpcSupplierService
rpcSupplierService
;
@Autowired
private
FlowRpcSupplierSendService
supplierSendService
;
@PostMapping
(
"/test2"
)
@PostMapping
(
"/test2"
)
public
AjaxResponse
<
List
<
SupplierUserRsp
>>
test2
(
@RequestBody
SupplierRelatedUserReq
req
)
{
public
AjaxResponse
<
List
<
SupplierUserRsp
>>
test2
(
@RequestBody
SupplierRelatedUserReq
req
)
{
return
supplierSendService
.
querySupplierRelatedUser
(
req
);
return
supplierSendService
.
querySupplierRelatedUser
(
req
);
@GetMapping
(
"/test1"
)
public
AjaxResponse
<
List
<
SupplierInfoRsp
>>
test1
(
@RequestParam
(
name
=
"fuzzySearchText"
)
String
fuzzySearchText
){
return
rpcSupplierService
.
getSupplierInfo
(
"aa"
,
"wb.mulongfei@mesg.corp.netease.com"
,
fuzzySearchText
);
}
}
@PostMapping
(
"/test3"
)
@PostMapping
(
"/test3"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment