Parcourir la source

增加获取客服信息

Panda il y a 2 mois
Parent
commit
32311eed15
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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')),
 
         ];