Commit 3a78ce57 by 裴大威

Merge branch 'feat-1002600' into 'master'

1002600qq群发

See merge request rays/pcloud-book!577
parents 33f5342a 7b4b640d
......@@ -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