Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
sailing-PC\sailing
7 years ago
Commit
9d38a5a860b60de9b651d0162b7a7172aaab5a0e
2 parents
9300bcfd
4214f238
Merge branch 'master' into dev
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
order/src/main/java/com/yohoufo/order/controller/BuyerOrderController.java
order/src/main/java/com/yohoufo/order/controller/BuyerOrderController.java
View file @
9d38a5a
...
...
@@ -35,7 +35,7 @@ public class BuyerOrderController {
* 5:交易成功
* 7:交易失败
*/
@RequestMapping
(
params
=
"method=
app.buy
er.list"
)
@RequestMapping
(
params
=
"method=
ufo.ord
er.list"
)
@ResponseBody
public
ApiResponse
getOrderList
(
@RequestParam
(
"type"
)
int
type
,
@RequestParam
(
"uid"
)
int
uid
,
...
...
@@ -79,7 +79,7 @@ public class BuyerOrderController {
* @param uid
* @return
*/
@RequestMapping
(
params
=
"method=
app.buy
er.detail"
)
@RequestMapping
(
params
=
"method=
ufo.ord
er.detail"
)
@ResponseBody
public
ApiResponse
getOrderDetail
(
@RequestParam
(
"orderCode"
)
long
orderCode
,
@RequestParam
(
"uid"
)
int
uid
,
...
...
@@ -100,7 +100,7 @@ public class BuyerOrderController {
* 取消订单
*/
@RequestMapping
(
params
=
"method=
app
.buyer.cancel"
)
@RequestMapping
(
params
=
"method=
ufo
.buyer.cancel"
)
@ResponseBody
public
ApiResponse
cancel
(
@RequestParam
(
"orderCode"
)
long
orderCode
,
@RequestParam
(
"uid"
)
int
uid
)
{
...
...
@@ -120,7 +120,7 @@ public class BuyerOrderController {
* @param uid
* @return
*/
@RequestMapping
(
params
=
"method=
app
.buyer.confirm"
)
@RequestMapping
(
params
=
"method=
ufo
.buyer.confirm"
)
@ResponseBody
public
ApiResponse
confirm
(
@RequestParam
(
"orderCode"
)
long
orderCode
,
@RequestParam
(
"uid"
)
int
uid
)
{
...
...
Please
register
or
login
to post a comment