give_gift($this->uid, $user_id, $gift_id, 1,$from_type,1,$room_id); return V($reslut['code'], $reslut['msg'], $reslut['data']); } //Cp 空间 public function cpZone() { $page = input('page', 1); $page_limit = input('page_limit', 15); $user_id = input('user_id', 0); $reslut = model('UserCp')->cpZone($user_id, $page, $page_limit); return V($reslut['code'], $reslut['msg'], $reslut['data']); } }