MCPcopy
hub / github.com/ZainCheung/netease-cloud / daka

Method daka

index.py:86–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84 每日打卡300首歌
85 '''
86 def daka(self):
87 url = api + '?do=daka'
88 response = self.getResponse(url, {"r":random.random()})
89 self.log(response.text)
90
91 '''
92 查询用户详情

Callers 1

startMethod · 0.95

Calls 2

getResponseMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected