add user info
This commit is contained in:
parent
22add886d5
commit
28167c7f49
@ -82,9 +82,11 @@ public class BiliBiliLive extends Model {
|
|||||||
message.append(id)
|
message.append(id)
|
||||||
.append(":")
|
.append(":")
|
||||||
.append(BiliBiliUtils.getUserInfo(
|
.append(BiliBiliUtils.getUserInfo(
|
||||||
BiliBiliUtils.getLiveRoom(Integer.parseInt(id))
|
BiliBiliUtils.getLiveRoom(Integer.parseInt(id))
|
||||||
.getJSONObject("data")
|
.getJSONObject("data")
|
||||||
.getInteger("uid")))
|
.getInteger("uid"))
|
||||||
|
.getJSONObject("data")
|
||||||
|
.getString("name"))
|
||||||
.append("\n");
|
.append("\n");
|
||||||
}
|
}
|
||||||
QQBotManager.getInstance().sendMessage(qq, message.toString());
|
QQBotManager.getInstance().sendMessage(qq, message.toString());
|
||||||
|
Loading…
Reference in New Issue
Block a user