add note in application
This commit is contained in:
@@ -24,12 +24,17 @@ public class MoGoApplication extends MultiDexApplication {
|
||||
double randomLat = random.nextDouble();
|
||||
double randomLon = random.nextDouble();
|
||||
|
||||
/**
|
||||
* 注:thridPartyKey 自有App :wbvpzgar
|
||||
* BYD:bydauto
|
||||
*
|
||||
*/
|
||||
MoGoAiCloudClientConfig clientConfig = new MoGoAiCloudClientConfig();
|
||||
clientConfig.setNetMode(MogoHttpDnsConfig.HTTP_DNS_ENV_QA);
|
||||
clientConfig.setThirdLogin(false);
|
||||
clientConfig.setShowDebugLog(true);
|
||||
clientConfig.setThirdPartyAppKey("bydauto");
|
||||
clientConfig.setThirdPartyDeviceId("bydauto");
|
||||
clientConfig.setThirdPartyAppKey("wbvpzgar");
|
||||
clientConfig.setThirdPartyDeviceId("F803BB2037EZD00048");
|
||||
clientConfig.setLoopCheckDelay(15 * 1000);
|
||||
|
||||
clientConfig.setIHttpDnsCurrentLocation(new IHttpDnsCurrentLocation() {
|
||||
|
||||
Reference in New Issue
Block a user