Browse Source

更换im,前端给的

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