微信的key
This commit is contained in:
@@ -44,11 +44,11 @@ NSString * const KeyWithType(KeyType type) {
|
|||||||
@(YES):@{
|
@(YES):@{
|
||||||
@(KeyType_PasswordEncode) : @"1ea53d260ecf11e7b56e00163e046a26",
|
@(KeyType_PasswordEncode) : @"1ea53d260ecf11e7b56e00163e046a26",
|
||||||
@(KeyType_NTESQuickLoginBusinessId) : @"0401dc97927e807fc789ef7adba98003",
|
@(KeyType_NTESQuickLoginBusinessId) : @"0401dc97927e807fc789ef7adba98003",
|
||||||
@(KeyType_QQAppid) : @"101902443",
|
@(KeyType_QQAppid) : @"102044928",
|
||||||
@(KeyType_QQSecret) : @"715dd2601777347cd57af77c3e28402f",
|
@(KeyType_QQSecret) : @"715dd2601777347cd57af77c3e28402f",
|
||||||
@(KeyType_WechatAppid) : @"wxee68b213a1bd632b",
|
@(KeyType_WechatAppid) : @"wx4b772d5ebc964a38",
|
||||||
@(KeyType_WechatSecret) : @"c5ecafb6a733a32410a5a9b9d560998a",
|
@(KeyType_WechatSecret) : @"c5ecafb6a733a32410a5a9b9d560998a",
|
||||||
@(KeyType_Agora) : @"7ae1a8dabe7a44a9a67c829faa409e70",
|
@(KeyType_Agora) : @"f045979c311e13725cbb9aa87c265668",
|
||||||
@(KeyType_TRTC) : @"1400798783",
|
@(KeyType_TRTC) : @"1400798783",
|
||||||
@(KeyType_NetEase) : @"5e76ec47632d86c30ce18eabfa332b6a",
|
@(KeyType_NetEase) : @"5e76ec47632d86c30ce18eabfa332b6a",
|
||||||
@(KeyType_APNSCer) : @"yinyouApnsRelease",
|
@(KeyType_APNSCer) : @"yinyouApnsRelease",
|
||||||
@@ -67,10 +67,10 @@ NSString * const KeyWithType(KeyType type) {
|
|||||||
@(NO):@{
|
@(NO):@{
|
||||||
@(KeyType_PasswordEncode) : @"1ea53d260ecf11e7b56e00163e046a26",
|
@(KeyType_PasswordEncode) : @"1ea53d260ecf11e7b56e00163e046a26",
|
||||||
@(KeyType_NTESQuickLoginBusinessId) : @"0401dc97927e807fc789ef7adba98003",
|
@(KeyType_NTESQuickLoginBusinessId) : @"0401dc97927e807fc789ef7adba98003",
|
||||||
@(KeyType_QQAppid) : @"101902443",
|
@(KeyType_QQAppid) : @"102044928",
|
||||||
@(KeyType_QQSecret) : @"715dd2601777347cd57af77c3e28402f",
|
@(KeyType_QQSecret) : @"715dd2601777347cd57af77c3e28402f",
|
||||||
@(KeyType_WechatAppid) : @"wxee68b213a1bd632b",
|
@(KeyType_WechatAppid) : @"wx4b772d5ebc964a38",
|
||||||
@(KeyType_WechatSecret) : @"c5ecafb6a733a32410a5a9b9d560998a",
|
@(KeyType_WechatSecret) : @"f045979c311e13725cbb9aa87c265668",
|
||||||
@(KeyType_Agora) : @"7ae1a8dabe7a44a9a67c829faa409e70",
|
@(KeyType_Agora) : @"7ae1a8dabe7a44a9a67c829faa409e70",
|
||||||
@(KeyType_TRTC) : @"1400798783",
|
@(KeyType_TRTC) : @"1400798783",
|
||||||
@(KeyType_NetEase) : @"5e76ec47632d86c30ce18eabfa332b6a",
|
@(KeyType_NetEase) : @"5e76ec47632d86c30ce18eabfa332b6a",
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
<string>Editor</string>
|
<string>Editor</string>
|
||||||
<key>CFBundleURLSchemes</key>
|
<key>CFBundleURLSchemes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>tencent101902443</string>
|
<string>tencent102044928</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
@@ -33,7 +33,15 @@
|
|||||||
<string>Editor</string>
|
<string>Editor</string>
|
||||||
<key>CFBundleURLSchemes</key>
|
<key>CFBundleURLSchemes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>wxee68b213a1bd632b</string>
|
<string>wx4b772d5ebc964a38</string>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleTypeRole</key>
|
||||||
|
<string>Editor</string>
|
||||||
|
<key>CFBundleURLSchemes</key>
|
||||||
|
<array>
|
||||||
|
<string>yinmengapp</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
|
Reference in New Issue
Block a user