lizhen_gitee 6 달 전
부모
커밋
52ad175e93
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/api/controller/Index.php

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

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