修改因为ticket刷新不及时导致无法加载数据的问题 - 2

This commit is contained in:
wangcongtao
2020-08-28 15:59:59 +08:00
parent 01aa1c3baa
commit 9d982632af
3 changed files with 6 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ class PassportManager implements IMogoPassportManager {
@Override
public void onFailure( int code, String msg ) {
Logger.d( TAG, "fail" );
Logger.d( TAG, "fail code= %s, msg=%s", code, msg );
if ( callback != null ) {
callback.onError( code, msg );
}