moonsflyer 7 tháng trước cách đây
mục cha
commit
9935ddf001
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/api/logic/PcLogic.php

+ 1 - 0
app/api/logic/PcLogic.php

@@ -140,6 +140,7 @@ class PcLogic extends BaseLogic
         // 网站信息
         $website = [
             'shop_name' => ConfigService::get('website', 'shop_name'),
+            'mobile' => ConfigService::get('website', 'mobile'),
             'shop_logo' => FileService::getFileUrl(ConfigService::get('website', 'shop_logo')),
             'pc_logo' => FileService::getFileUrl(ConfigService::get('website', 'pc_logo')),
             'pc_title' => ConfigService::get('website', 'pc_title'),