This commit is contained in:
aozhiwei 2019-07-29 16:28:02 +08:00
parent e3ac11694b
commit 2556e986a2

View File

@ -181,6 +181,10 @@ class KefuController {
)); ));
$this->sendOneDBInfo($conn, $media_conf); $this->sendOneDBInfo($conn, $media_conf);
} }
echo json_encode(array(
'errcode' => 0,
'errmsg' => '',
));
} }
private function checkSignature() private function checkSignature()
@ -248,9 +252,9 @@ class KefuController {
"miniprogrampage" => $game_conf "miniprogrampage" => $game_conf
)); ));
if ($row['idx'] > $last_idx) { }
$last_idx = $row['idx']; if ($row['idx'] > $last_idx) {
} $last_idx = $row['idx'];
} }
} }
} }