|
@@ -325,7 +325,7 @@ class ActiveProc {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 7日签到
|
|
|
+ * 6101 签到
|
|
|
* @return type
|
|
|
*/
|
|
|
public static function Day7_DrawReward() {
|
|
@@ -342,7 +342,7 @@ class ActiveProc {
|
|
|
return Resp::ok(array('gold' => ctx()->baseInfo->gold,
|
|
|
'cash' => ctx()->baseInfo->cash,
|
|
|
'store' => ctx()->store,
|
|
|
- //'day7_drawed;' => ctx()->privateState->day7_drawed,
|
|
|
+ 'roleCardUnlockHeroList;' => ctx()->heros->roleCardUnlockHeroList,
|
|
|
'reward' => StoreProc::$reward,
|
|
|
'reward_Gem' => StoreProc::$reward_Gem,
|
|
|
));
|