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'; } } }