This commit is contained in:
aozhiwei 2020-04-01 15:37:02 +08:00
parent 3e86e77179
commit b8949f0b9a

View File

@ -349,7 +349,7 @@ class KefuController {
$this->sendKefuMsg($accountid, array ( $this->sendKefuMsg($accountid, array (
"touser" => $openid, "touser" => $openid,
"msgtype" => "text", "msgtype" => "text",
"text" => array ("content" => "一天内只能领取一次奖励!\n请明天再来!") "text" => array ("content" => "一天内只能领取一次奖励!\n请明天再来!"),
)); ));
return; return;
} }
@ -366,7 +366,7 @@ class KefuController {
$this->sendKefuMsg($accountid, array ( $this->sendKefuMsg($accountid, array (
"touser" => $openid, "touser" => $openid,
"msgtype" => "text", "msgtype" => "text",
"text" => array ("content" => '奖励领取成功,请查收邮件') "text" => array ("content" => '奖励已发放,请返回游戏领取!')
)); ));
} }
} }