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