查询订单详情接口修改
This commit is contained in:
@@ -39,7 +39,7 @@ public class OrderController {
|
|||||||
* @param orderId
|
* @param orderId
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@GetMapping ("/orderInfo")
|
// @GetMapping ("/orderInfo")
|
||||||
private Result orderInfo(@RequestParam(required = false) Integer orderId){
|
private Result orderInfo(@RequestParam(required = false) Integer orderId){
|
||||||
if (orderId==null) {
|
if (orderId==null) {
|
||||||
return Result.fail("请返回首页订单列表查看");
|
return Result.fail("请返回首页订单列表查看");
|
||||||
|
|||||||
Reference in New Issue
Block a user