修改了启动模式

增加了日志关闭
This commit is contained in:
董宏宇
2021-02-25 11:32:47 +08:00
parent bbfbe9f1d7
commit 86efa7dec1
6 changed files with 20 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ public class MoGoApplication extends MultiDexApplication {
// 设置是否是第三APP登录
clientConfig.setThirdLogin(true);
// 设置是否输出日志
clientConfig.setShowDebugLog(true);
clientConfig.setShowDebugLog(false);
// 设置从蘑菇AI开放平台获取的APPKey
clientConfig.setThirdPartyAppKey("wbvpzgar");
// 设置AI云平台分配给三方应用的签名密钥需要从AI云平台申请