This commit is contained in:
zhongchao
2021-02-25 17:16:31 +08:00
8 changed files with 34 additions and 21 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云平台申请