Explorar el Código

feat: EK-879: 【AE】管理员增加“Country”属性,根据所选国家限制登录后所显示的奖金、余额等数据(二期).

kevinElken hace 9 meses
padre
commit
e31e1316a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      backendApi/modules/v1/controllers/ConfigController.php

+ 1 - 1
backendApi/modules/v1/controllers/ConfigController.php

@@ -847,7 +847,7 @@ class ConfigController extends BaseController {
             $currency['BONUSES_RATE'] = $currencyConversion[$currency['ID']]['BONUSES_RATE'] ?? 0;
         }
 
-        return static::notice(['data' => $countries]);
+        return static::notice(['data' => $currencies]);
     }
 
     /**