|
|
@ -153,7 +153,7 @@ public class BsSgcDfSpPlayService { |
|
|
|
* 判断接口响应是否成功 |
|
|
|
*/ |
|
|
|
private boolean isSuccess(JSONObject json) { |
|
|
|
return json != null && Objects.equals(0, json.getIntValue("code")); |
|
|
|
return json != null && Objects.equals(0, json.getIntValue("status")); |
|
|
|
} |
|
|
|
|
|
|
|
public String getSpPlayUrls(DfSpPlayQueDto dto) { |
|
|
|