|
@@ -1068,16 +1068,16 @@ class StoreProc {
|
|
|
}
|
|
|
|
|
|
$ins_equip->gemSetSlot = $gemSetSlotDic;
|
|
|
- //ctx()->store(true)->equip->$equipUid = $ins_equip;
|
|
|
+ ctx()->store(true)->equip->$equipUid = $ins_equip;
|
|
|
|
|
|
TaskProc::OnSetSpecialQualGem();
|
|
|
FightProc::Ranking_FightPower();
|
|
|
-// UserProc::updateUserInfo();
|
|
|
-// return Resp::ok(array(
|
|
|
-// 'gold' => 0,
|
|
|
-// 'store' => ctx()->store,
|
|
|
-// 'task' => ctx()->task,
|
|
|
-// ));
|
|
|
+ UserProc::updateUserInfo();
|
|
|
+ return Resp::ok(array(
|
|
|
+ 'gold' => 0,
|
|
|
+ 'store' => ctx()->store,
|
|
|
+ 'task' => ctx()->task,
|
|
|
+ ));
|
|
|
}
|
|
|
|
|
|
/**
|