(self,array)
| 32 | "Referer": "https://yiso.fun/" |
| 33 | } |
| 34 | def detailContent(self,array): |
| 35 | return self.ali.detailContent(array) |
| 36 | |
| 37 | def searchContent(self,key,quick): |
| 38 | url = "https://yiso.fun/api/search?name={0}&from=ali".format(key) |
nothing calls this directly
no outgoing calls
no test coverage detected