kevin 1 год назад
Родитель
Сommit
267d4c238f
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      frontendApi/modules/v1/controllers/UserController.php

+ 2 - 0
frontendApi/modules/v1/controllers/UserController.php

@@ -613,6 +613,8 @@ class UserController extends BaseController {
                     }
                 }
             }
+
+            $userInfo['countryId'] = $user['COUNTRY_ID'];
             $userInfo['userId'] = $userId;
             $userInfo['isLocation'] = '('.implode(',',$isLocation).')';
             return static::notice($userInfo);