|
@@ -175,6 +175,7 @@ class SweepGatesProc {
|
|
'priv' => $user->privateState,
|
|
'priv' => $user->privateState,
|
|
'isFirst' => false,
|
|
'isFirst' => false,
|
|
);
|
|
);
|
|
|
|
+ UserProc::updateUserInfo();
|
|
return Resp::ok($result);
|
|
return Resp::ok($result);
|
|
}
|
|
}
|
|
|
|
|
|
@@ -186,6 +187,7 @@ class SweepGatesProc {
|
|
}
|
|
}
|
|
$priv->materialDailyChallengeRecord->$gateId++;
|
|
$priv->materialDailyChallengeRecord->$gateId++;
|
|
req()->userInfo->game->privateState = $priv;
|
|
req()->userInfo->game->privateState = $priv;
|
|
|
|
+// var_dump($priv);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|