add roadtrafic upload
This commit is contained in:
@@ -28,7 +28,8 @@ fun getInformationBody(
|
||||
isCustom: Boolean,
|
||||
trafficInfoType:String = "",
|
||||
isShare:Boolean,
|
||||
poiType: String
|
||||
poiType: String,
|
||||
mainInfoId: Long
|
||||
): InformationBody {
|
||||
var jsonArray = JsonArray()
|
||||
var type: Int
|
||||
@@ -65,7 +66,8 @@ fun getInformationBody(
|
||||
trafficInfoType,
|
||||
isShare,
|
||||
locationInfo.direction,
|
||||
poiType
|
||||
poiType,
|
||||
mainInfoId
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user