Ken 1 개월 전
부모
커밋
a0f926943b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/QianBaoWithdrawService.php

+ 1 - 1
app/Services/QianBaoWithdrawService.php

@@ -442,7 +442,7 @@ class QianBaoWithdrawService
         ];
     }
 
-    //输入姓名
+    //输入姓名,并保存到数据库
     private static function inputAccount($chatId, $account, $messageId)
     {
         $channel = Cache::get("{$chatId}_QB_WITHDRAW_CHANNEL");