修改了车机直播信息
This commit is contained in:
@@ -12,7 +12,7 @@ public class MarkerCarInfo implements Serializable {
|
||||
private String carBrandLogoUrl;
|
||||
private String carTypeName;
|
||||
private int carType;
|
||||
private CarLive carLive;
|
||||
private CarLiveInfo carLiveInfo;
|
||||
|
||||
public String getCarBrandLogoUrl() {
|
||||
if (TextUtils.isEmpty(carBrandLogoUrl)) {
|
||||
@@ -44,15 +44,15 @@ public class MarkerCarInfo implements Serializable {
|
||||
this.carType = carType;
|
||||
}
|
||||
|
||||
public CarLive getCarLive() {
|
||||
return carLive;
|
||||
public CarLiveInfo getCarLiveInfo() {
|
||||
return carLiveInfo;
|
||||
}
|
||||
|
||||
public void setCarLive(CarLive carLive) {
|
||||
this.carLive = carLive;
|
||||
public void setCarLiveInfo(CarLiveInfo carLiveInfo) {
|
||||
this.carLiveInfo = carLiveInfo;
|
||||
}
|
||||
|
||||
class CarLive implements Serializable {
|
||||
class CarLiveInfo implements Serializable {
|
||||
//rtmp视频直播地址rtmp://
|
||||
private String videoUrl;
|
||||
//直播频道【直播心跳接口参数】C_1
|
||||
|
||||
Reference in New Issue
Block a user