|
|
@ -69,6 +69,7 @@ public class BsSgcDfSpPlayService { |
|
|
|
return result; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Data |
|
|
|
public static class DataResponse { |
|
|
|
private String msg; |
|
|
@ -76,7 +77,7 @@ public class BsSgcDfSpPlayService { |
|
|
|
private List<Item> data = new ArrayList<>(); |
|
|
|
|
|
|
|
public Boolean isSuccess() { |
|
|
|
return "0".equals(getCode()); |
|
|
|
return "200".equals(getCode()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|