lip 8 달 전
부모
커밋
61a332312a
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/common/listener/UserRegister.php

+ 1 - 1
app/common/listener/UserRegister.php

@@ -42,7 +42,7 @@ class UserRegister
                             $msg=[
                                 'id'=>\utils\Str::getUuid(),
                                 'user_id'=>$cs_uid,
-                                'content'=>$first_auto_reply ? $first_auto_reply : $autoAdduser['welcome'],
+                                'content'=>$first_auto_reply,
                                 'toContactId'=>$data['user_id'],
                                 'sendTime'=>time()*1000,
                                 'type'=>'html',