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