add roadtrafic upload

This commit is contained in:
lixiaopeng
2020-08-14 14:22:51 +08:00
parent dce7f5e68c
commit d9b1ef9acd
8 changed files with 177 additions and 178 deletions

View File

@@ -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
)
}