|
@@ -32,7 +32,7 @@ public class MerchantInfoHandler extends AbstractHandler {
|
|
|
|
|
|
//只处理来自群组的消息
|
|
|
if (!botMessage.isGroupMch()) {
|
|
|
- botMessage.getTelegramBot().execute(new SendMessage(botMessage.getMessage().chat().id(), "未绑定商户,请先绑定商户再进行操作"));
|
|
|
+ //botMessage.getTelegramBot().execute(new SendMessage(botMessage.getMessage().chat().id(), "未绑定商户,请先绑定商户再进行操作"));
|
|
|
return false;
|
|
|
}
|
|
|
|