opt
This commit is contained in:
@@ -202,6 +202,7 @@ class CosStatusController : CosStatusCallback {
|
|||||||
) {
|
) {
|
||||||
Log.d(TAG, "sendInformationDirectly isCustomSend = ${entity?.isCustom}")
|
Log.d(TAG, "sendInformationDirectly isCustomSend = ${entity?.isCustom}")
|
||||||
Log.d(TAG, "sendInformationDirectly poiType= $poiType ---- mainInfoId= $mainInfoId")
|
Log.d(TAG, "sendInformationDirectly poiType= $poiType ---- mainInfoId= $mainInfoId")
|
||||||
|
//开始上传
|
||||||
entity?.isCustom?.let {
|
entity?.isCustom?.let {
|
||||||
mainServiceHttpModel.sendInformationMessage(
|
mainServiceHttpModel.sendInformationMessage(
|
||||||
type = type,
|
type = type,
|
||||||
|
|||||||
@@ -235,6 +235,7 @@ class MainServiceController {
|
|||||||
//删除测试数据
|
//删除测试数据
|
||||||
var locationInfo = LocationUtil.getInstance().getLocationInfo();
|
var locationInfo = LocationUtil.getInstance().getLocationInfo();
|
||||||
if (locationInfo.address.isNullOrEmpty()) {
|
if (locationInfo.address.isNullOrEmpty()) {
|
||||||
|
Log.d(TAG, " sendInformationMessage locationInfo.address = $locationInfo.address");
|
||||||
geoLocation(type, url, locationInfo, isCustom,trafficInfoType, isShare, customSend,poiType,mainInfoId,longitude,latitude)
|
geoLocation(type, url, locationInfo, isCustom,trafficInfoType, isShare, customSend,poiType,mainInfoId,longitude,latitude)
|
||||||
} else {
|
} else {
|
||||||
postInformationMessage(
|
postInformationMessage(
|
||||||
|
|||||||
Reference in New Issue
Block a user