修改第三方appid和key
This commit is contained in:
@@ -32,11 +32,11 @@ UIKIT_EXTERN NSString * kYinyouPrivateKey;
|
|||||||
- (void)configShareSDK {
|
- (void)configShareSDK {
|
||||||
[ShareSDK registPlatforms:^(SSDKRegister *platformsRegister) {
|
[ShareSDK registPlatforms:^(SSDKRegister *platformsRegister) {
|
||||||
//QQ
|
//QQ
|
||||||
NSString *universalLink = @"https://6cqhk.share2dlink.com/";
|
NSString *universalLink = @"https://a6lno.share2dlink.com/";
|
||||||
NSString *qqUniversalLink = @"https://6cqhk.share2dlink.com/qq_conn/101937205";
|
NSString *qqUniversalLink = @"https://a6lno.share2dlink.com/qq_conn/101902443";
|
||||||
[platformsRegister setupQQWithAppId:KeyWithType(KeyType_QQAppid) appkey:KeyWithType(KeyType_QQSecret) enableUniversalLink:YES universalLink:qqUniversalLink];
|
[platformsRegister setupQQWithAppId:KeyWithType(KeyType_QQAppid) appkey:KeyWithType(KeyType_QQSecret) enableUniversalLink:YES universalLink:qqUniversalLink];
|
||||||
[platformsRegister setupWeChatWithAppId:KeyWithType(KeyType_WechatAppid) appSecret:KeyWithType(KeyType_WechatSecret) universalLink:universalLink];
|
[platformsRegister setupWeChatWithAppId:KeyWithType(KeyType_WechatAppid) appSecret:KeyWithType(KeyType_WechatSecret) universalLink:universalLink];
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)configNIMSDK {
|
- (void)configNIMSDK {
|
||||||
|
@@ -41,10 +41,10 @@ NSString * const KeyWithType(KeyType type) {
|
|||||||
@(YES):@{
|
@(YES):@{
|
||||||
@(KeyType_PasswordEncode) : @"1ea53d260ecf11e7b56e00163e046a26",
|
@(KeyType_PasswordEncode) : @"1ea53d260ecf11e7b56e00163e046a26",
|
||||||
@(KeyType_NTESQuickLoginBusinessId) : @"ef7de5582f194c549125a64b710e7f31",
|
@(KeyType_NTESQuickLoginBusinessId) : @"ef7de5582f194c549125a64b710e7f31",
|
||||||
@(KeyType_QQAppid) : @"101937205",
|
@(KeyType_QQAppid) : @"101902443",
|
||||||
@(KeyType_QQSecret) : @"458ed9d671ba4b177799189db5fbc434",
|
@(KeyType_QQSecret) : @"715dd2601777347cd57af77c3e28402f",
|
||||||
@(KeyType_WechatAppid) : @"wx3f0462eb7eccd64f",
|
@(KeyType_WechatAppid) : @"wxee68b213a1bd632b",
|
||||||
@(KeyType_WechatSecret) : @"1c07949e3f53433f1c6038bfcdd54c40",
|
@(KeyType_WechatSecret) : @"c5ecafb6a733a32410a5a9b9d560998a",
|
||||||
@(KeyType_Agora) : @"7ae1a8dabe7a44a9a67c829faa409e70",
|
@(KeyType_Agora) : @"7ae1a8dabe7a44a9a67c829faa409e70",
|
||||||
@(KeyType_TRTC) : @"1400600174",
|
@(KeyType_TRTC) : @"1400600174",
|
||||||
@(KeyType_NetEase) : @"14ef7a0d0a84cb49bae1c22d78cf1ddf",
|
@(KeyType_NetEase) : @"14ef7a0d0a84cb49bae1c22d78cf1ddf",
|
||||||
@@ -63,10 +63,10 @@ NSString * const KeyWithType(KeyType type) {
|
|||||||
@(NO):@{
|
@(NO):@{
|
||||||
@(KeyType_PasswordEncode) : @"1ea53d260ecf11e7b56e00163e046a26",
|
@(KeyType_PasswordEncode) : @"1ea53d260ecf11e7b56e00163e046a26",
|
||||||
@(KeyType_NTESQuickLoginBusinessId) : @"09c1214706c34f4798d3f05d86148608",
|
@(KeyType_NTESQuickLoginBusinessId) : @"09c1214706c34f4798d3f05d86148608",
|
||||||
@(KeyType_QQAppid) : @"101937205",
|
@(KeyType_QQAppid) : @"101902443",
|
||||||
@(KeyType_QQSecret) : @"458ed9d671ba4b177799189db5fbc434",
|
@(KeyType_QQSecret) : @"715dd2601777347cd57af77c3e28402f",
|
||||||
@(KeyType_WechatAppid) : @"wx3f0462eb7eccd64f",
|
@(KeyType_WechatAppid) : @"wxee68b213a1bd632b",
|
||||||
@(KeyType_WechatSecret) : @"1c07949e3f53433f1c6038bfcdd54c40",
|
@(KeyType_WechatSecret) : @"c5ecafb6a733a32410a5a9b9d560998a",
|
||||||
@(KeyType_Agora) : @"7ae1a8dabe7a44a9a67c829faa409e70",
|
@(KeyType_Agora) : @"7ae1a8dabe7a44a9a67c829faa409e70",
|
||||||
@(KeyType_TRTC) : @"1400600174",
|
@(KeyType_TRTC) : @"1400600174",
|
||||||
@(KeyType_NetEase) : @"82a8d602aacbbb27a1c0fc809052286e",
|
@(KeyType_NetEase) : @"82a8d602aacbbb27a1c0fc809052286e",
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
<string>Editor</string>
|
<string>Editor</string>
|
||||||
<key>CFBundleURLSchemes</key>
|
<key>CFBundleURLSchemes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>tencent101937205</string>
|
<string>tencent101902443</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
<string>Editor</string>
|
<string>Editor</string>
|
||||||
<key>CFBundleURLSchemes</key>
|
<key>CFBundleURLSchemes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>wx3f0462eb7eccd64f</string>
|
<string>wxee68b213a1bd632b</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
@@ -58,9 +58,9 @@
|
|||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>MOBAppKey</key>
|
<key>MOBAppKey</key>
|
||||||
<string>m327090efb1260</string>
|
<string>m30e2a5588f42e</string>
|
||||||
<key>MOBAppSecret</key>
|
<key>MOBAppSecret</key>
|
||||||
<string>85b767077fd991853329d54fbbaee19c</string>
|
<string>b0001d6948333cbcbdd43105cb9e225c</string>
|
||||||
<key>NSAppTransportSecurity</key>
|
<key>NSAppTransportSecurity</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSAllowsArbitraryLoads</key>
|
<key>NSAllowsArbitraryLoads</key>
|
||||||
|
Reference in New Issue
Block a user