|
@@ -229,6 +229,11 @@ class TelegramWebHook extends Controller
|
|
|
// ]);
|
|
|
}
|
|
|
|
|
|
+ if ($data === 'withdrawAddress@@done') {
|
|
|
+ $res = WithdrawService::done($chatId, $messageId, $firstName);
|
|
|
+ $telegram->editMessageText($res);
|
|
|
+ }
|
|
|
+
|
|
|
//选择提现地址
|
|
|
$pattern = "/^withdrawAddress@@choose\d+$/";
|
|
|
if (preg_match($pattern, $data)) {
|