Ken 2 mesiacov pred
rodič
commit
b94586f763
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/Services/QianBaoWithdrawService.php

+ 1 - 1
app/Services/QianBaoWithdrawService.php

@@ -49,7 +49,7 @@ class QianBaoWithdrawService
         }
 
         //添加银行卡
-        if ($data = "withdrawAddress@@bank_add") {
+        if ($data === "withdrawAddress@@bank_add") {
             $res = QianBaoWithdrawService::addBank($chatId, $messageId);
             $telegram->editMessageText($res);
         }