소스 검색

更换im,前端给的

lizhen_gitee 6 달 전
부모
커밋
94cc6c251b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/company/controller/Baseconfig.php

+ 1 - 1
application/company/controller/Baseconfig.php

@@ -28,7 +28,7 @@ class Baseconfig extends Apic
     //给pc端用的usersig
     //user_用户端小程序,master_师傅,kefu_客服
     public function tenim_usersig(){
-        $user_id = "master_".$this->auth->id;
+        $user_id = "kefu_".$this->auth->id;
 
         // 获取配置信息
         $config = config("tencent_im");