修改测试问题

This commit is contained in:
18401019693
2024-03-21 17:36:07 +08:00
parent faa401245f
commit cad8236e5c
5 changed files with 95 additions and 8 deletions

View File

@@ -2995,6 +2995,8 @@ public class LiveNetManager {
if (callback != null) {
if (stringResponseModel.getData().getCode() == 0) {
callback.onSuccess(stringResponseModel.getData().getMsg());
} else if (stringResponseModel.getData().getCode() == 1001) {
callback.onSuccess("22");
} else {
callback.onError(stringResponseModel.getData().getMsg());
}