Browse Source

师傅端继承问题

lizhen_gitee 6 months ago
parent
commit
464e838e43

+ 2 - 2
application/api/controller/worker/Caozuoguifan.php

@@ -2,12 +2,12 @@
 
 namespace app\api\controller\worker;
 
-use app\common\controller\Api;
+use app\common\controller\Apiw;
 use think\Db;
 /**
  * 操作规范
  */
-class Caozuoguifan extends Api
+class Caozuoguifan extends Apiw
 {
     protected $noNeedLogin = ['*'];
     protected $noNeedRight = ['*'];

+ 2 - 2
application/api/controller/worker/Feedback.php

@@ -2,12 +2,12 @@
 
 namespace app\api\controller\worker;
 
-use app\common\controller\Api;
+use app\common\controller\Apiw;
 use think\Db;
 /**
  * 提建议
  */
-class Feedback extends Api
+class Feedback extends Apiw
 {
     protected $noNeedLogin = ['addone'];
     protected $noNeedRight = ['*'];

+ 2 - 2
application/api/controller/worker/Jishuguifan.php

@@ -2,13 +2,13 @@
 
 namespace app\api\controller\worker;
 
-use app\common\controller\Api;
+use app\common\controller\Apiw;
 use think\Db;
 use fast\Tree;
 /**
  * 技术规范
  */
-class Jishuguifan extends Api
+class Jishuguifan extends Apiw
 {
     protected $noNeedLogin = ['*'];
     protected $noNeedRight = ['*'];

+ 2 - 2
application/api/controller/worker/Maintain.php

@@ -2,13 +2,13 @@
 
 namespace app\api\controller\worker;
 
-use app\common\controller\Api;
+use app\common\controller\Apiw;
 use app\common\model\Maintain as Maintainmodel;
 use think\Db;
 /**
  * 保修
  */
-class Maintain extends Api
+class Maintain extends Apiw
 {
     protected $noNeedLogin = [];
     protected $noNeedRight = ['*'];

+ 2 - 2
application/api/controller/worker/Messagesys.php

@@ -2,12 +2,12 @@
 
 namespace app\api\controller\worker;
 
-use app\common\controller\Api;
+use app\common\controller\Apiw;
 use think\Db;
 /**
  * 消息
  */
-class Messagesys extends Api
+class Messagesys extends Apiw
 {
     protected $noNeedLogin = [];
     protected $noNeedRight = ['*'];

+ 2 - 2
application/api/controller/worker/News.php

@@ -2,12 +2,12 @@
 
 namespace app\api\controller\worker;
 
-use app\common\controller\Api;
+use app\common\controller\Apiw;
 use think\Db;
 /**
  * 咨询
  */
-class News extends Api
+class News extends Apiw
 {
     protected $noNeedLogin = [''];
     protected $noNeedRight = [''];

+ 2 - 2
application/api/controller/worker/Password.php

@@ -2,12 +2,12 @@
 
 namespace app\api\controller\worker;
 
-use app\common\controller\Api;
+use app\common\controller\Apiw;
 use think\Db;
 /**
  * 密码
  */
-class Password extends Api
+class Password extends Apiw
 {
     protected $noNeedLogin = [''];
     protected $noNeedRight = [''];

+ 2 - 2
application/api/controller/worker/Tiaoshiweixiu.php

@@ -2,12 +2,12 @@
 
 namespace app\api\controller\worker;
 
-use app\common\controller\Api;
+use app\common\controller\Apiw;
 use think\Db;
 /**
  * 调试维修
  */
-class Tiaoshiweixiu extends Api
+class Tiaoshiweixiu extends Apiw
 {
     protected $noNeedLogin = [''];
     protected $noNeedRight = [''];

+ 2 - 2
application/api/controller/worker/Usercenter.php

@@ -2,13 +2,13 @@
 
 namespace app\api\controller\worker;
 
-use app\common\controller\Api;
+use app\common\controller\Apiw;
 use think\Db;
 use fast\Tree;
 /**
  * 我的
  */
-class Usercenter extends Api
+class Usercenter extends Apiw
 {
     protected $noNeedLogin = ['collect_list','download_list'];
     protected $noNeedRight = ['*'];