Explorar el Código

地区方式设置

moonsflyer hace 3 meses
padre
commit
fbe554f57a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/shopapi/logic/ConfigLogic.php

+ 1 - 0
app/shopapi/logic/ConfigLogic.php

@@ -127,6 +127,7 @@ class ConfigLogic
             'site_statistic'    => [
                 'clarity_app_id'  => ConfigService::get('site_statistic', 'clarity_app_id', '')
             ],
+            'area_flag'                 => ConfigService::get('shop', 'area_flag'),
         ];
         return $config;
     }