Skip to content

Commit 6f8db79

Browse files
committed
提交
1 parent 4eafc8f commit 6f8db79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/example/kson/moduledemo/model/LoginModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public void onSuccess(BaseResponse<UserEntity> t) {
3030

3131
@Override
3232
public void onErrorMsg(int code, String msg) {
33-
rxManager.post("login",code +""+msg);
33+
rxManager.post("login",""+msg);
3434
}
3535

3636
});

0 commit comments

Comments
 (0)