@@ -267,6 +267,11 @@ class TopUpService
]
];
+ $receivingType = ConfigService::getVal("receiving_type");
+ if ($receivingType == 1) {
+ unset($keyboard[0][1]);
+ }
+
$text = lang("请选择网络类型");
return [
'chat_id' => $chatId,