15555599100 5 anni fa
parent
commit
601190f08d

+ 1 - 1
HappyJob/HappyJob/Info.plist

@@ -27,7 +27,7 @@
 			<string>weixin</string>
 			<key>CFBundleURLSchemes</key>
 			<array>
-				<string>wxeb8c2418a8ace030</string>
+				<string>wx9c053f7126db0b28</string>
 			</array>
 		</dict>
 		<dict>

+ 1 - 1
HappyJob/HappyJob/Main_标签栏控制器/AppDelegate.m

@@ -63,7 +63,7 @@
     
     // 微信授权
 //    [WXApi registerApp:kWeiXinAPIKey];
-    [WXApi registerApp:kWeiXinAPIKey universalLink:@"https://web.hap-job.com/"];
+    [WXApi registerApp:kWeiXinAPIKey universalLink:kuniversalLink];
 
     
     // 配置接口调用

+ 2 - 1
HappyJob/HappyJob/Support/HJConfig.h

@@ -9,11 +9,11 @@
 #ifndef HJConfig_h
 #define HJConfig_h
 
-
 /* ---- 测试服接口地址 ------*/
 static NSString * const kHJBaseURL = @"https://kf.hap-job.com/happyjob/f/api/";
 static NSString * const kBuglyAppID = @"d3e4636207";
 static NSString * const kWeiXinAPIKey = @"wx9c053f7126db0b28";
+static NSString * const  kuniversalLink = @"https://kf.hap-job.com/";
 
 /* ------ 正式服接口地址 -------*/
 //static NSString * const kHJBaseURL = @"https://web.hap-job.com/happyjob/f/api/";
@@ -21,6 +21,7 @@ static NSString * const kWeiXinAPIKey = @"wx9c053f7126db0b28";
 //static NSString * const kBuglyAppID = @"b532795704";
 // /* 微信开放平台AppID,注册地址:https:open.weixin.qq.com */
 //static NSString * const kWeiXinAPIKey = @"wxeb8c2418a8ace030";
+//static NSString * const  kuniversalLink = @"https://web.hap-job.com/";
 
 
 /* 使用高德地图API,请注册Key,注册地址:http://lbs.amap.com/dev/#/ */

+ 0 - 1
HappyJob/HappyJob/ViewController.m

@@ -10,7 +10,6 @@
 
 @interface ViewController ()
 
-
 @end
 
 @implementation ViewController