increase the test code to verify func and wait to finish the process
This commit is contained in:
@@ -158,25 +158,27 @@ public class MogoApplication extends AbsMogoApplication {
|
||||
// 设置是否是直播推流的主播
|
||||
clientConfig.setAnchor(false);
|
||||
// 设置从蘑菇AI开放平台获取的APPKey
|
||||
switch (DebugConfig.getCarMachineType()) {
|
||||
// 自研车机
|
||||
case DebugConfig.CAR_MACHINE_TYPE_SELF_INNOVATE:
|
||||
clientConfig.setThirdPartyAppKey("wbvpzgar");
|
||||
break;
|
||||
// 比亚迪
|
||||
case DebugConfig.CAR_MACHINE_TYPE_BYD:
|
||||
clientConfig.setThirdPartyAppKey("bydauto");
|
||||
break;
|
||||
// 衡阳-鹰眼项目
|
||||
case DebugConfig.CAR_MACHINE_TYPE_LENOVO:
|
||||
clientConfig.setThirdPartyAppKey("pfieouqg");
|
||||
break;
|
||||
}
|
||||
// switch (DebugConfig.getCarMachineType()) {
|
||||
// // 自研车机
|
||||
// case DebugConfig.CAR_MACHINE_TYPE_SELF_INNOVATE:
|
||||
// clientConfig.setThirdPartyAppKey("wbvpzgar");
|
||||
// break;
|
||||
// // 比亚迪
|
||||
// case DebugConfig.CAR_MACHINE_TYPE_BYD:
|
||||
// clientConfig.setThirdPartyAppKey("bydauto");
|
||||
// break;
|
||||
// // 衡阳-鹰眼项目
|
||||
// case DebugConfig.CAR_MACHINE_TYPE_LENOVO:
|
||||
// clientConfig.setThirdPartyAppKey("pfieouqg");
|
||||
// break;
|
||||
// }
|
||||
clientConfig.setThirdPartyAppKey("pfieouqg"); // todo test验证用
|
||||
// 设置应用服务AppId 长链、鉴权
|
||||
clientConfig.setServiceAppId("com.mogo.launcher");
|
||||
// 设置AI云平台分配给三方应用的签名密钥,需要从AI云平台申请
|
||||
// 设置车机设备的唯一标识(这些表识必须是通过后台录入的设备)
|
||||
clientConfig.setThirdPartyDeviceId(Utils.getDevicesId());
|
||||
// clientConfig.setThirdPartyDeviceId(Utils.getDevicesId());
|
||||
clientConfig.setThirdPartyDeviceId("937f4f21d7fabbd2"); // todo test验证用
|
||||
// 设置循环检测间隔时间
|
||||
clientConfig.setLoopCheckDelay(15 * 1000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user