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