From 57eaaf8cc1e3c49648af67f822fea067d486b1d4 Mon Sep 17 00:00:00 2001 From: fengshuo <963787902@qq.com> Date: Thu, 16 Mar 2023 20:24:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=94=AE=E7=99=BB=E5=BD=95=E7=9A=84ke?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xplan-ios/Global/XPConstant.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xplan-ios/Global/XPConstant.m b/xplan-ios/Global/XPConstant.m index f96fd46e..45349ad7 100644 --- a/xplan-ios/Global/XPConstant.m +++ b/xplan-ios/Global/XPConstant.m @@ -43,7 +43,7 @@ NSString * const KeyWithType(KeyType type) { ///正式环境 @(YES):@{ @(KeyType_PasswordEncode) : @"1ea53d260ecf11e7b56e00163e046a26", - @(KeyType_NTESQuickLoginBusinessId) : @"0401dc97927e807fc789ef7adba98003", + @(KeyType_NTESQuickLoginBusinessId) : @"3a94ceb70b144963a03bf98cb55b812a", @(KeyType_QQAppid) : @"102044928", @(KeyType_QQSecret) : @"715dd2601777347cd57af77c3e28402f", @(KeyType_WechatAppid) : @"wx4b772d5ebc964a38", @@ -66,7 +66,7 @@ NSString * const KeyWithType(KeyType type) { ///测试环境 @(NO):@{ @(KeyType_PasswordEncode) : @"1ea53d260ecf11e7b56e00163e046a26", - @(KeyType_NTESQuickLoginBusinessId) : @"0401dc97927e807fc789ef7adba98003", + @(KeyType_NTESQuickLoginBusinessId) : @"3a94ceb70b144963a03bf98cb55b812a", @(KeyType_QQAppid) : @"102044928", @(KeyType_QQSecret) : @"715dd2601777347cd57af77c3e28402f", @(KeyType_WechatAppid) : @"wx4b772d5ebc964a38",