1
This commit is contained in:
parent
e3ac11694b
commit
2556e986a2
@ -181,6 +181,10 @@ class KefuController {
|
||||
));
|
||||
$this->sendOneDBInfo($conn, $media_conf);
|
||||
}
|
||||
echo json_encode(array(
|
||||
'errcode' => 0,
|
||||
'errmsg' => '',
|
||||
));
|
||||
}
|
||||
|
||||
private function checkSignature()
|
||||
@ -248,9 +252,9 @@ class KefuController {
|
||||
"miniprogrampage" => $game_conf
|
||||
));
|
||||
|
||||
if ($row['idx'] > $last_idx) {
|
||||
$last_idx = $row['idx'];
|
||||
}
|
||||
}
|
||||
if ($row['idx'] > $last_idx) {
|
||||
$last_idx = $row['idx'];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user