正在显示
1 个修改的文件
包含
11 行增加
和
12 行删除
@@ -58,20 +58,19 @@ class UsersController extends HomeBaseController{ | @@ -58,20 +58,19 @@ class UsersController extends HomeBaseController{ | ||
58 | $data['is_order']=1; | 58 | $data['is_order']=1; |
59 | } | 59 | } |
60 | $this->apiResponse(200,'success',$data); | 60 | $this->apiResponse(200,'success',$data); |
61 | - | ||
62 | } | 61 | } |
63 | 62 | ||
64 | - /** | ||
65 | - * @title 用户使用状态验证 | ||
66 | - * @description 判断用户当前是否在使用设备 | ||
67 | - * @author 董瑞恩 | ||
68 | - * @url /portal/users/isUse | ||
69 | - * @method GET | ||
70 | - * | ||
71 | - * @param name:users_id type:String require:1 default:无 other: desc:用户id | ||
72 | - * | ||
73 | - * | ||
74 | - */ | 63 | +// /** |
64 | +// * @title 用户使用状态验证 | ||
65 | +// * @description 判断用户当前是否在使用设备 | ||
66 | +// * @author 董瑞恩 | ||
67 | +// * @url /portal/users/isUse | ||
68 | +// * @method GET | ||
69 | +// * | ||
70 | +// * @param name:users_id type:String require:1 default:无 other: desc:用户id | ||
71 | +// * | ||
72 | +// * | ||
73 | +// */ | ||
75 | public function isUse(){ | 74 | public function isUse(){ |
76 | $users_id=$this->request->param('users_id'); | 75 | $users_id=$this->request->param('users_id'); |
77 | $users=Db::name('users')->where('id',$users_id)->find(); | 76 | $users=Db::name('users')->where('id',$users_id)->find(); |
-
请 注册 或 登录 后发表评论