cp装扮修改
This commit is contained in:
@@ -26,7 +26,8 @@ class UserCp extends BaseCom
|
||||
//Cp 空间
|
||||
public function cpZone()
|
||||
{
|
||||
$reslut = model('UserCp')->cpZone($this->uid);
|
||||
$user_id = input('user_id', 0);
|
||||
$reslut = model('UserCp')->cpZone($user_id);
|
||||
return V($reslut['code'], $reslut['msg'], $reslut['data']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user