|
...
|
...
|
@@ -22,7 +22,7 @@ class UserLogic extends BaseLogic |
|
|
|
* @method
|
|
|
|
*/
|
|
|
|
public function user_info(){
|
|
|
|
$info = $this->model->read($this->param,['id','project_id','name','status','mobile']);
|
|
|
|
$info = $this->model->read($this->param,['id','project_id','name','status','mobile','operator_id']);
|
|
|
|
if($info === false){
|
|
|
|
$this->fail('当前数据不存在');
|
|
|
|
}
|
...
|
...
|
|