萧遥

Results 1 issues of 萧遥

![error](https://user-images.githubusercontent.com/30893757/64582108-26855f80-d3bf-11e9-85e8-430e7bd6ba26.png) here is my code: ```python async def request( self, method: Text = "post", subpath: Optional[Text] = None, content_type: Optional[Text] = "application/json", return_method: Text = "json", **kwargs: Any ): """Send...