查询订单详情接口修改

This commit is contained in:
2024-09-26 11:21:54 +08:00
parent 6d73fd76b8
commit 1e2b1c391a

View File

@@ -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("请返回首页订单列表查看");