From 93bbc57ef2f30a41352d23535684c5211707063e Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 6 Nov 2019 10:58:22 +0800 Subject: [PATCH] =?UTF-8?q?OA=E8=8E=B7=E5=8F=96=E4=BF=A1=E6=81=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/FengHuoApiController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/FengHuoApiController.class.php b/Application/Sdk/Controller/FengHuoApiController.class.php index 1518f145c..7412bbb66 100644 --- a/Application/Sdk/Controller/FengHuoApiController.class.php +++ b/Application/Sdk/Controller/FengHuoApiController.class.php @@ -93,7 +93,7 @@ class FengHuoApiController extends GetInfoBaseController{ if($gameServer == '安卓版'){ $data[$k]['device_type'] = 'Android'; } elseif($gameServer == '苹果版') { - $data[$k]['device_type'] = 'Android'; + $data[$k]['device_type'] = 'IOS'; } } }