This commit is contained in:
aozhiwei 2020-01-13 17:39:46 +08:00
parent 9fdfb80b20
commit 9851fb5038
2 changed files with 1 additions and 2 deletions

2
third_party/f7 vendored

@ -1 +1 @@
Subproject commit 28da41e6f70c40f14f23fde87e9482df1f614544
Subproject commit ae2892cd49716cf1ecce6004f534e2e0830cc37d

View File

@ -83,7 +83,6 @@ class RankController{
$r = $this->getRedis();
$channel = phpcommon\extractChannel($account_id);
$pass_rank_db = $r->get("game2003api:pass_rank_" . $channel);
error_log(json_decode($pass_rank_db));
$pass_db = json_decode($pass_rank_db);
$pass_list = $this->getRank($account_id, $pass_db, $myname, $myavatar_url);
$i = 0;