增加Token拦截适配器
This commit is contained in:
@@ -40,7 +40,7 @@ public class MoGoApplication extends MultiDexApplication {
|
||||
// 设置从蘑菇AI开放平台获取的APPKey
|
||||
clientConfig.setThirdPartyAppKey("bydauto");
|
||||
// 设置车机设备的唯一标识(这些表识必须是通过后台录入的设备)
|
||||
clientConfig.setThirdPartyDeviceId("bydauto");
|
||||
clientConfig.setThirdPartyDeviceId("F803EB2046PZD00149");
|
||||
// 设置循环检测间隔时间
|
||||
clientConfig.setLoopCheckDelay(15 * 1000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user