From 669af2f67f9b8966972507e48b5ae8c1beefe68d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 29 Jul 2019 14:04:50 +0800 Subject: [PATCH] 1 --- webapp/controller/KefuController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/controller/KefuController.class.php b/webapp/controller/KefuController.class.php index 8afcd25..fefc2aa 100644 --- a/webapp/controller/KefuController.class.php +++ b/webapp/controller/KefuController.class.php @@ -87,8 +87,8 @@ class KefuController { 'to' => $accountid, 'game_id' => phpcommon\extractGameId($accountid), 'from' => '客服', - 'mail_type' => '1', - 'mail_subtype' => '0', + 'mail_type' => '-1', + 'mail_subtype' => '-1', 'subject' => '领奖', 'content' => '领取奖励', 'sendtime' => time(),