From 96edcbd8e38e86bd549fba84d67e7bcd62c1d0c7 Mon Sep 17 00:00:00 2001 From: chenguilong <598604202@qq.com> Date: Fri, 23 Sep 2022 18:43:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B7=E6=B1=82=E5=A4=B4ap?= =?UTF-8?q?p=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xplan-ios/Base/Tool/YYUtility/YYUtility+App.m | 2 +- xplan-ios/Global/XPConstant.m | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xplan-ios/Base/Tool/YYUtility/YYUtility+App.m b/xplan-ios/Base/Tool/YYUtility/YYUtility+App.m index 2ccd39bc..48e8dce6 100644 --- a/xplan-ios/Base/Tool/YYUtility/YYUtility+App.m +++ b/xplan-ios/Base/Tool/YYUtility/YYUtility+App.m @@ -25,7 +25,7 @@ + (NSString *)appName { if (isEnterprise) { - return @"yinyouEnterprise"; // 企业包名字 区分一键登录使用 + return @"yinbao"; // 企业包名字 区分一键登录使用 }else { return @"yinyou"; } diff --git a/xplan-ios/Global/XPConstant.m b/xplan-ios/Global/XPConstant.m index 4e0130fd..3b76fcbb 100644 --- a/xplan-ios/Global/XPConstant.m +++ b/xplan-ios/Global/XPConstant.m @@ -40,7 +40,7 @@ NSString * const KeyWithType(KeyType type) { ///正式环境 @(YES):@{ @(KeyType_PasswordEncode) : @"1ea53d260ecf11e7b56e00163e046a26", - @(KeyType_NTESQuickLoginBusinessId) : @"ef7de5582f194c549125a64b710e7f31", + @(KeyType_NTESQuickLoginBusinessId) : @"60cdaa83aa654e5ea184de7160b4073d", @(KeyType_QQAppid) : @"101902443", @(KeyType_QQSecret) : @"715dd2601777347cd57af77c3e28402f", @(KeyType_WechatAppid) : @"wxee68b213a1bd632b", @@ -62,7 +62,7 @@ NSString * const KeyWithType(KeyType type) { ///测试环境 @(NO):@{ @(KeyType_PasswordEncode) : @"1ea53d260ecf11e7b56e00163e046a26", - @(KeyType_NTESQuickLoginBusinessId) : @"09c1214706c34f4798d3f05d86148608", + @(KeyType_NTESQuickLoginBusinessId) : @"60cdaa83aa654e5ea184de7160b4073d", @(KeyType_QQAppid) : @"101902443", @(KeyType_QQSecret) : @"715dd2601777347cd57af77c3e28402f", @(KeyType_WechatAppid) : @"wxee68b213a1bd632b",