forked from NJHu/iOSProject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLMJConst.m
More file actions
69 lines (40 loc) · 1.89 KB
/
LMJConst.m
File metadata and controls
69 lines (40 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
//
// LMJConst.m
// iOSProject
//
// Created by HuXuPeng on 2018/1/11.
// Copyright © 2018年 HuXuPeng. All rights reserved.
//
#import "LMJConst.h"
//邮件接收人
//网络状态监控地址
NSString *const kURL_Reachability__Address = @"www.baidu.com";
NSString *const LMJThirdSDKUMConfigInstanceAppKey = @"58aa7d20e88bad08c1001dcd";
NSString *const LMJThirdSDKUMConfigInstanceChannelId = nil;
NSString *const LMJThirdSDKUMSocialAppkey = @"58aa7d20e88bad08c1001dcd";
NSString *const LMJThirdSDKUMessageStartWithAppkey = @"58aa7d20e88bad08c1001dcd";
NSString *const LMJThirdSDKUMessageAppMasterSecret = @"ntljqfii29nachyuqpbmwl5u5yofkyk6";
// UM 微信登录
NSString *const LMJThirdSDKWeChatAppKey = @"wxdc1e388c3822c80b";
NSString *const LMJThirdSDKWeChatAppSecret = @"3baf1193c85774b3fd9d18447d76cab0";
NSString *const LMJThirdSDKWeChatRedirectURL = @"http://mobile.umeng.com/social";
//sina
NSString *const LMJThirdSDKSinaAppKey = @"4061770881";
NSString *const LMJThirdSDKSinaAppSecret = @"f48ff7f7791061a99a523c5381bf48ee";
NSString *const LMJThirdSDKSinaRedirectURL = @"http://zplan.com.cn";
// UMQQ
NSString *const LMJThirdSDKQQAppKey = @"1105821097";
NSString *const LMJThirdSDKQQAppSecret = @"ublD75ttNYKh0zXx";
NSString *const LMJThirdSDKQQRedirectURL = @"http://mobile.umeng.com/social";
// 魔窗
NSString *const LMJThirdSDKMagicWindow = @"75Z6Q063T395YQ85QN27FDR7RAVIEKR7";
//百度地图
NSString *const LMJThirdSDKBaiduMapKey = @"K4FQLr0hX8zGxsYdGVuFTAmpMNRCVLBF";
// 科大讯飞
NSString *const USER_APPID = @"56ce54a5";
// 通知
NSString *const LMJUMSocialShareSucceedNotification = @"LMJUMSocialShareSucceedNotification";
NSString *const LMJTableViewControllerDeallocNotification = @"LMJTableViewControllerDeallocNotification";
// 服务器XMG
NSString *const LMJXMGBaseUrl = @"http://120.25.226.186:32812";