1
This commit is contained in:
parent
3e86e77179
commit
b8949f0b9a
@ -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" => '奖励已发放,请返回游戏领取!')
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user