Browse Source

增加获取客服信息

Panda 2 tháng trước cách đây
mục cha
commit
32311eed15
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/api/controller/Baseconfig.php

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

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