lizhen_gitee 6 months ago
parent
commit
52ad175e93
1 changed files with 1 additions and 1 deletions
  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);