@Component
public class RequestEvent
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
void
friend(Bot bot,
com.alibaba.fastjson2.JSONObject resp)
void
group(Bot bot,
com.alibaba.fastjson2.JSONObject resp)
void
handler(Bot bot,
com.alibaba.fastjson2.JSONObject resp)
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
RequestEvent
public RequestEvent()
-
Method Details
-
-
-
handler
public void handler(Bot bot,
com.alibaba.fastjson2.JSONObject resp)
请求事件分发
- Parameters:
bot - Bot
resp - JSONObject
-
friend
public void friend(Bot bot,
com.alibaba.fastjson2.JSONObject resp)
加好友请求
- Parameters:
bot - Bot
resp - JSONObject
-
group
public void group(Bot bot,
com.alibaba.fastjson2.JSONObject resp)
加群请求
- Parameters:
bot - Bot
resp - JSONObject