Commit 7b4b640d by zhuyajie

1002600qq群发

parent d1066982
......@@ -71,14 +71,6 @@ public class WechatGroupConsr {
throw new BookBizException(BookBizException.INVOKE_RES_ERROR, "服务内部错误,请稍后重试");
}
}
@ParamLog("qq机器人发送消息")
public void sendMessage4QQ(PrivateMsgSendVO privateMsgSendVO) {
try {
CoolQSDK.sendPrivateMsg(privateMsgSendVO);
} catch (Exception e) {
log.error("qq机器人给用户发送消息失败.[sendMessage]:" + e.getMessage(), e);
}
}
@ParamLog("是否群机器人")
public Boolean isGroupRobot(String robotWxId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment