많은 버그 수정
커맨드 실행 중 로그아웃 된 경우 버그 수정 국기 변경에 에러 있던 점 수정 등용장 수락시 송신자 명성 안 늘어나는 버그 수정
This commit is contained in:
@@ -74,8 +74,8 @@ $sendResult = $restAPI->talk_to_me_default([
|
||||
"object_type"=> "text",
|
||||
"text"=> "임시 비밀번호는 $newPassword 입니다. 로그인 후 바로 다른 비밀번호로 변경해주세요.",
|
||||
"link"=> [
|
||||
"web_url"=> RootDB::getServerBasepath(),
|
||||
"mobile_web_url" => RootDB::getServerBasepath()
|
||||
"web_url"=> ServConfig::getServerBasepath(),
|
||||
"mobile_web_url" => ServConfig::getServerBasepath()
|
||||
],
|
||||
"button_title"=> "로그인 페이지 열기"
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user