xxxrrrdddd 2 年之前
父節點
當前提交
dea20b095e
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      application/index/controller/Index.php

+ 0 - 1
application/index/controller/Index.php

@@ -19,6 +19,5 @@ class Index extends Frontend
         return $this->view->fetch();
         return $this->view->fetch();
     }
     }
     public function test(UserOrderService $orderService){
     public function test(UserOrderService $orderService){
-        dd($orderService->fast());
     }
     }
 }
 }