WIN-2308041133\Administrator 1 week ago
parent
commit
9bcdb2d216
1 changed files with 5 additions and 5 deletions
  1. 5 5
      app/api/controller/store/DeviceRepairController.php

+ 5 - 5
app/api/controller/store/DeviceRepairController.php

@@ -1,5 +1,5 @@
 <?php
 <?php
-namespace app\controller\api;
+namespace app\api\controller\store;
 
 
 use app\admin\model\store\DeviceRepair as DeviceRepairModel;
 use app\admin\model\store\DeviceRepair as DeviceRepairModel;
 //use think\Controller;
 //use think\Controller;
@@ -12,10 +12,10 @@ use think\facade\Validate;
  */
  */
 class DeviceRepairController
 class DeviceRepairController
 {
 {
-    /**
-     * 展示报修表单页面
-     * @return \think\response\View
-     */
+//    /**
+//     * 展示报修表单页面
+//     * @return \think\response\View
+//     */
 //    public function index()
 //    public function index()
 //    {
 //    {
 //        return $this->fetch();
 //        return $this->fetch();