瀏覽代碼

接口微调

lizhen_gitee 9 月之前
父節點
當前提交
67b5fddaf3
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      application/api/controller/Index.php

+ 3 - 1
application/api/controller/Index.php

@@ -60,7 +60,9 @@ class Index extends Api
             'header'  => $header,
             'aboutus' => $aboutus,
             'dongtai' => $dongtai,
-            '119'     => 119,
+            'huojing'      => 119,
+            'headermobile' => $header['header_mobile'],
+            'im_kefu'      => 'c'.$this->auth->company_id,
         ];
 
         $this->success(1, $result);