|
@@ -56,10 +56,12 @@ class member_bonusControl extends mbMemberControl
|
|
|
$result['mine_room'] = $mine_rooms;
|
|
|
}
|
|
|
$result['convert_ratio'] = 100;
|
|
|
-
|
|
|
$result['other_room'] = room_helper::page_rooms(['type' => proto_type::room_chat],'steps_count desc,room_id desc');
|
|
|
|
|
|
- $result['daliy_bonus'] = $this->daliy_bonus_url();
|
|
|
+ $result['daliy_bonus'] = schema_helper::openurl("试试手气",$this->daliy_bonus_url());
|
|
|
+ $result['invite_friend'] = schema_helper::invite_page();
|
|
|
+ $result['shake_bonus'] = schema_helper::shake();
|
|
|
+ $result['donate_steps'] = schema_helper::donate_steps();
|
|
|
|
|
|
return self::outsuccess($result);
|
|
|
}
|
|
@@ -122,7 +124,7 @@ class member_bonusControl extends mbMemberControl
|
|
|
//福利社 每日领红包
|
|
|
private function daliy_bonus_url()
|
|
|
{
|
|
|
- $url = rkcache('daliy_bonus_url');
|
|
|
+ $url = rkcache('daliy_bonus_typesn');
|
|
|
if(!empty($url)) {
|
|
|
return $url;
|
|
|
}
|