Chaoying

Results 12 issues of Chaoying

### Description **Minimal code-snippet showcasing the problem** ```python authentication_client = AuthenticationClient( app_id='x', app_host="x", app_secret='x', ) token = "x" authentication_client.get_user_info_by_access_token(token) ``` ### Expected behavior 返回用户资料 ### Actual behavior ```python return session.request(method=method,...