Browse Source

接口微调

lizhen_gitee 7 months ago
parent
commit
67b5fddaf3
1 changed files with 3 additions and 1 deletions
  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);