正在显示
2 个修改的文件
包含
0 行增加
和
77 行删除
| 1 | -<?php | ||
| 2 | - | ||
| 3 | -<<<<<<< HEAD | ||
| 4 | -namespace App\Http\Controllers\Bside; | ||
| 5 | -======= | ||
| 6 | -namespace App\Http\Controllers\Aside; | ||
| 7 | - | ||
| 8 | -use App\Http\Controllers\Aside\BaseController; | ||
| 9 | ->>>>>>> 5bb365e2828ceec83c8a52553d6f4c44a1e1785f | ||
| 10 | - | ||
| 11 | -class ManagerController extends BaseController | ||
| 12 | -{ | ||
| 13 | - /** | ||
| 14 | - * @name :管理员列表 | ||
| 15 | - * @return void | ||
| 16 | - * @author :liyuhang | ||
| 17 | - * @method | ||
| 18 | - */ | ||
| 19 | - public function lists(){ | ||
| 20 | - | ||
| 21 | - } | ||
| 22 | - | ||
| 23 | - /** | ||
| 24 | - * @name:新增 | ||
| 25 | - * @return void | ||
| 26 | - * @author :liyuhang | ||
| 27 | - * @method | ||
| 28 | - */ | ||
| 29 | - public function add(){ | ||
| 30 | - | ||
| 31 | - } | ||
| 32 | - | ||
| 33 | - /** | ||
| 34 | - * @name :编辑管理员 | ||
| 35 | - * @return void | ||
| 36 | - * @author :liyuhang | ||
| 37 | - * @method | ||
| 38 | - */ | ||
| 39 | - public function edit(){ | ||
| 40 | - | ||
| 41 | - } | ||
| 42 | - | ||
| 43 | - public function del(){ | ||
| 44 | - | ||
| 45 | - } | ||
| 46 | -} |
| 1 | -<?php | ||
| 2 | - | ||
| 3 | -<<<<<<< HEAD | ||
| 4 | -namespace App\Http\Controllers\Bside; | ||
| 5 | -======= | ||
| 6 | -namespace App\Http\Controllers\Aside; | ||
| 7 | ->>>>>>> 5bb365e2828ceec83c8a52553d6f4c44a1e1785f | ||
| 8 | - | ||
| 9 | - | ||
| 10 | - | ||
| 11 | -use App\Enums\Common\Code; | ||
| 12 | -<<<<<<< HEAD | ||
| 13 | -======= | ||
| 14 | -use App\Http\Controllers\Aside\BaseController; | ||
| 15 | ->>>>>>> 5bb365e2828ceec83c8a52553d6f4c44a1e1785f | ||
| 16 | - | ||
| 17 | -class MenuController extends BaseController | ||
| 18 | -{ | ||
| 19 | - public function lists(){ | ||
| 20 | - //TODO::搜索参数处理 | ||
| 21 | -<<<<<<< HEAD | ||
| 22 | - $userLogic = new UserLogic(); | ||
| 23 | - $lists = $userLogic->lists($this->map,$this->p,$this->row,$this->order,['id','name','mobile']); | ||
| 24 | - if(empty($lists)){ | ||
| 25 | - $this->response('请求失败',Code::USER_ERROR,[]); | ||
| 26 | - } | ||
| 27 | - $this->result($lists); | ||
| 28 | -======= | ||
| 29 | ->>>>>>> 5bb365e2828ceec83c8a52553d6f4c44a1e1785f | ||
| 30 | - } | ||
| 31 | -} |
-
请 注册 或 登录 后发表评论