Skip to content

Commit

Permalink
合并最新提交
Browse files Browse the repository at this point in the history
  • Loading branch information
smoadrareun committed Jan 17, 2024
1 parent 5ff11e7 commit 3e0da8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot_plugin_bilifan/src/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ async def wearMedal(self, medal_id: int):
)

async def getGroups(self):
url = "https://api.live.bilibili.com/link_group/v1/member/my_groups"
url = "https://api.vc.bilibili.com/link_group/v1/member/my_groups?build=0&mobi_app=web"
params = {
"access_key": self.u.access_key,
"actionKey": "appkey",
Expand Down

0 comments on commit 3e0da8b

Please sign in to comment.