改成onebot-11通用接口 #9

Merged
yutou merged 10 commits from dev_HTTP服务化 into master 2024-05-10 13:09:42 +08:00
Showing only changes of commit d4b0a78fa9 - Show all commits

View File

@ -42,7 +42,7 @@ public class QQBotManager {
}
private void init() {
sendMessage("姬妻酱上线拉~☆Daze~ 当前版本:" + QQBotApplication.version);
sendMessage(true, 583819556L, "姬妻酱上线拉~☆Daze~ 当前版本:" + QQBotApplication.version);
NapCatApi.getGroupApi().getGroupList().enqueue(new HttpCallback<List<GroupBean>>() {
@Override
public void onResponse(int code, String status, List<GroupBean> response, String rawResponse) {