dev_该合并了 #8

Merged
yutou merged 83 commits from dev_ into master 2024-01-17 17:23:44 +08:00
Showing only changes of commit 22add886d5 - Show all commits

View File

@ -84,7 +84,7 @@ public class BiliBiliLive extends Model {
.append(BiliBiliUtils.getUserInfo(
BiliBiliUtils.getLiveRoom(Integer.parseInt(id))
.getJSONObject("data")
.getInteger("mid")))
.getInteger("uid")))
.append("\n");
}
QQBotManager.getInstance().sendMessage(qq, message.toString());