Updated on 2026-08-14
This commit is contained in:
parent
fba4e2c8b8
commit
0419482795
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ public class ServerApiCommon {
|
|||
rateInfoDataListener.onSuccess(response.body());
|
||||
Log.i(TAG, "coinmarketcap onResponse " + response.code());
|
||||
} else {
|
||||
rateInfoDataListener.onFail(String.valueOf(response.code()));
|
||||
rateInfoDataListener.onFail("Rate info error:" + String.valueOf(response.code()));
|
||||
Log.e(TAG, "coinmarketcap onResponse " + response.code());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue