1:修改K歌房
This commit is contained in:
@@ -3752,7 +3752,7 @@ public class RetrofitClient {
|
||||
if (string != null) {
|
||||
int code = string.getCode();
|
||||
if (code == 1) {
|
||||
observer.onNext(string.getMsg());
|
||||
observer.onNext(string.getMsg()!= null ? string.getMsg() : "");
|
||||
|
||||
} else if (code == 301) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user