Panda 3 月之前
父节点
当前提交
ddfd916406
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      application/api/controller/Baseconfig.php

+ 2 - 1
application/api/controller/Baseconfig.php

@@ -17,7 +17,8 @@ class Baseconfig extends Api
 
         $config = [
             'kefu_user_ids'            => config('site.kefu_user_ids'),//在线客服人员
-            
+            'examine_bg_image' => cdnurl(config('site.examine_bg_image')),
+
         ];
 
         $this->success('success',$config);