修改BUG
This commit is contained in:
@@ -1432,7 +1432,7 @@ public class RetrofitClient {
|
||||
if (response.code() == 200) {
|
||||
BaseModel<String> baseModel = response.body();
|
||||
if (baseModel.getCode() != 1) {
|
||||
com.hjq.toast.ToastUtils.show(baseModel.getMsg());
|
||||
// com.hjq.toast.ToastUtils.show(baseModel.getMsg());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user