|
|
@@ -34,7 +34,7 @@ class MasterController extends BaseController
|
|
|
* @return array|mixed
|
|
|
*/
|
|
|
public function info(){
|
|
|
- $userId = request()->get('user_id', 0);
|
|
|
+ $userId = request()->get('id', 0);
|
|
|
$info = $this->service->getUserInfo($userId, $this->userId);
|
|
|
return message(MESSAGE_OK,true, $info);
|
|
|
}
|