增加时区设置
This commit is contained in:
parent
68b1bc68e5
commit
6f5d4c1e28
@ -277,6 +277,7 @@ class KefuController {
|
||||
array(
|
||||
':accountid' => $accountid,
|
||||
));
|
||||
date_default_timezone_set('Asia/Shanghai');
|
||||
if ($row && date("y-m-d", time()) == date("y-m-d", $row['awardtime'])) {
|
||||
$this->sendKefuMsg($accountid, array (
|
||||
"touser" => $openid,
|
||||
|
Loading…
x
Reference in New Issue
Block a user