소스 검색

接口微调

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);