From 3872912cbb0cbb00fe9bf27c42e41110114abd5b Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 6 Nov 2019 10:58:08 +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 17fd946c..4a2103a1 100644 --- a/Application/Sdk/Controller/FengHuoApiController.class.php +++ b/Application/Sdk/Controller/FengHuoApiController.class.php @@ -92,7 +92,7 @@ class FengHuoApiController extends GetInfoBaseController{ if($gameServer == '安卓版'){ $data[$k]['device_type'] = 'Android'; } elseif($gameServer == '苹果版') { - $data[$k]['device_type'] = 'Android'; + $data[$k]['device_type'] = 'IOS'; } } }