|
@@ -33,6 +33,6 @@ class MemberController extends BaseController
|
|
|
*/
|
|
*/
|
|
|
public function info(){
|
|
public function info(){
|
|
|
$info = $this->service->getUserInfo(['m.id'=> $this->userId]);
|
|
$info = $this->service->getUserInfo(['m.id'=> $this->userId]);
|
|
|
- return message('',true, $info);
|
|
|
|
|
|
|
+ return message(MESSAGE_OK,true, $info);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|