This commit is contained in:
lixiaopeng
2020-11-13 12:31:47 +08:00
parent 65d0041066
commit 7667cb0a48
461 changed files with 13255 additions and 112 deletions

View File

@@ -52,7 +52,7 @@ object UploadHelper {
val location = ServiceApisManager.serviceApis.mapServiceApi.getSingletonLocationClient(context).lastKnowLocation
val latLon = MogoLatLng(location.latitude, location.longitude)
type.location = latLon
Logger.d("UploadHelper", "upload ----> $type")
Logger.d("UploadHelper", "upload type----> $type")
ServiceApisManager.serviceApis.tanluApi.uploadRoadCondition(type)
//语音播报
showVoiceTip(context, type.eventType)