[2.13.0] change the host location and fix bug of token problem

This commit is contained in:
zhongchao
2022-11-30 15:22:13 +08:00
parent 573bc5a385
commit 0d6938262c
25 changed files with 56 additions and 367 deletions

View File

@@ -1,7 +1,7 @@
package com.mogo.eagle.core.function.v2x.events.network;
import com.mogo.eagle.core.network.MoGoRetrofitFactory;
import com.mogo.eagle.core.data.constants.HostConst;
import com.mogo.commons.constants.HostConst;
/**
* 应对不同接口对应不同服务域名的工厂累

View File

@@ -8,7 +8,7 @@ import com.mogo.eagle.core.network.MoGoRetrofitFactory
import com.mogo.eagle.core.network.apiCall
import com.mogo.eagle.core.network.cancel
import com.mogo.eagle.core.network.request
import com.mogo.eagle.core.data.constants.HostConst.CITY_HOST
import com.mogo.commons.constants.HostConst.CITY_HOST
class TrafficLightNetWorkModel {

View File

@@ -6,7 +6,7 @@ import com.mogo.eagle.core.data.v2x.VipRequest
import com.mogo.eagle.core.network.MoGoRetrofitFactory
import com.mogo.eagle.core.network.apiCall
import com.mogo.eagle.core.network.request
import com.mogo.eagle.core.data.constants.HostConst.DATA_SERVICE_HOST
import com.mogo.commons.constants.HostConst.DATA_SERVICE_HOST
class VipNetWorkModel {