From b00ad2167245a235b025e719ae8af33918f293f9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 21 May 2020 10:06:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8B=BC=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/controller/KefuController.class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/controller/KefuController.class.php b/webapp/controller/KefuController.class.php index 422ef38..da01436 100644 --- a/webapp/controller/KefuController.class.php +++ b/webapp/controller/KefuController.class.php @@ -85,18 +85,18 @@ class KefuController { } $params = array( 'to' => $accountid, - 'game_id' => phpcommon\extractGameId($accountid), + 'gameid' => phpcommon\extractGameId($accountid), 'from' => '客服', - 'mail_type' => 1, - 'mail_subtype' => 0, + 'mailtype' => 1, + 'mailsubtype' => 0, 'subject' => '领奖', 'content' => '领取奖励', 'sendtime' => time(), 'ext' => '', - 'expire_time' => time() + 3600 * 24, + 'expiretime' => time() + 3600 * 24, 'attachments' => $this->translateAttachments($config) ); - $params['c'] = 'Mail'; + $params['c'] = 'MailMgr'; $params['a'] = 'sendMail'; $params['timestamp'] = time(); $params['sign'] = phpcommon\md5Sign($params, '14e1b600b1fd579f47433b88e8d85291', $params['timestamp']);