MCPcopy Create free account
hub / github.com/ZainCheung/netease-cloud / getResponse

Method getResponse

main.py:54–56  ·  view source on GitHub ↗
(self, url, postJson)

Source from the content-addressed store, hash-verified

52 返回response
53 '''
54 def getResponse(self, url, postJson):
55 response = requests.post(url, data=postJson, headers={'Content-Type':'application/x-www-form-urlencoded'},cookies=self.cookies)
56 return response
57
58 '''
59 登录

Callers 3

signMethod · 0.95
dakaMethod · 0.95
detailMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected