Commit 3db15a78 authored by xiejb's avatar xiejb

版本2.3

parent b1be3d1a
......@@ -5306,7 +5306,7 @@
CODE_SIGN_ENTITLEMENTS = MobilePortal/MobilePortal.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution: Shanghai Pharmaceutical Co., Ltd.";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3.3;
CURRENT_PROJECT_VERSION = 2.3;
DEVELOPMENT_TEAM = 7FYU37G7W6;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
......@@ -5326,7 +5326,7 @@
"$(PROJECT_DIR)/MobilePortal/Thirdparty/BDVoice/BDSClientLib",
"$(PROJECT_DIR)/MobilePortal/Thirdparty/WXApiManager/WeChatSDK",
);
MARKETING_VERSION = 3.3;
MARKETING_VERSION = 2.3;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
......@@ -5386,9 +5386,9 @@
"-weak_framework",
"\"UserNotifications\"",
);
PRODUCT_BUNDLE_IDENTIFIER = com.shangyao.MobilePortalTest;
PRODUCT_BUNDLE_IDENTIFIER = com.shangyao.MobilePortalPrd;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = com.shangyao.MobilePortalTest_new_dis3;
PROVISIONING_PROFILE_SPECIFIER = com.shangyao.MobilePortalPrd_new_dis6;
SWIFT_OBJC_BRIDGING_HEADER = "MobilePortal/MobilePortal-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
......@@ -5407,7 +5407,7 @@
CODE_SIGN_ENTITLEMENTS = MobilePortal/MobilePortal.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution: Shanghai Pharmaceutical Co., Ltd.";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3.3;
CURRENT_PROJECT_VERSION = 2.3;
DEVELOPMENT_TEAM = 7FYU37G7W6;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
......@@ -5427,7 +5427,7 @@
"$(PROJECT_DIR)/MobilePortal/Thirdparty/BDVoice/BDSClientLib",
"$(PROJECT_DIR)/MobilePortal/Thirdparty/WXApiManager/WeChatSDK",
);
MARKETING_VERSION = 3.3;
MARKETING_VERSION = 2.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
......@@ -5486,9 +5486,9 @@
"-weak_framework",
"\"UserNotifications\"",
);
PRODUCT_BUNDLE_IDENTIFIER = com.shangyao.MobilePortalTest;
PRODUCT_BUNDLE_IDENTIFIER = com.shangyao.MobilePortalPrd;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = com.shangyao.MobilePortalTest_new_dis3;
PROVISIONING_PROFILE_SPECIFIER = com.shangyao.MobilePortalPrd_new_dis6;
SWIFT_OBJC_BRIDGING_HEADER = "MobilePortal/MobilePortal-Bridging-Header.h";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = 1;
......@@ -5607,9 +5607,9 @@
"$(inherited)",
"$(PROJECT_DIR)/ServiceExtension",
);
PRODUCT_BUNDLE_IDENTIFIER = com.shangyao.MobilePortalTest.ServiceExtension;
PRODUCT_BUNDLE_IDENTIFIER = com.shangyao.MobilePortalPrd.ServiceExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = com.shangyao.MobilePortalTestServiceExtension_dis3;
PROVISIONING_PROFILE_SPECIFIER = com.shangyao.MobilePortalPrd.ServiceExtension_dis6;
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "ServiceExtension/ServiceExtension-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
......@@ -5637,9 +5637,9 @@
"$(inherited)",
"$(PROJECT_DIR)/ServiceExtension",
);
PRODUCT_BUNDLE_IDENTIFIER = com.shangyao.MobilePortalTest.ServiceExtension;
PRODUCT_BUNDLE_IDENTIFIER = com.shangyao.MobilePortalPrd.ServiceExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = com.shangyao.MobilePortalTestServiceExtension_dis3;
PROVISIONING_PROFILE_SPECIFIER = com.shangyao.MobilePortalPrd.ServiceExtension_dis6;
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "ServiceExtension/ServiceExtension-Bridging-Header.h";
SWIFT_VERSION = 5.0;
......
......@@ -1185,8 +1185,8 @@
endingColumnNumber = "9223372036854775807"
startingLineNumber = "163"
endingLineNumber = "163"
landmarkName = "unknown"
landmarkType = "0">
landmarkName = "setwebView(strUrl:)"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
......@@ -1201,8 +1201,8 @@
endingColumnNumber = "9223372036854775807"
startingLineNumber = "198"
endingLineNumber = "198"
landmarkName = "unknown"
landmarkType = "0">
landmarkName = "setHTTPCookie(count:host:)"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
......@@ -1217,8 +1217,8 @@
endingColumnNumber = "9223372036854775807"
startingLineNumber = "207"
endingLineNumber = "207"
landmarkName = "unknown"
landmarkType = "0">
landmarkName = "setHTTPCookie(count:host:)"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
......@@ -1233,8 +1233,8 @@
endingColumnNumber = "9223372036854775807"
startingLineNumber = "160"
endingLineNumber = "160"
landmarkName = "unknown"
landmarkType = "0">
landmarkName = "setwebView(strUrl:)"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
......
......@@ -32,7 +32,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate,WXApiDelegate {
/// 键盘
IQKeyboardManager.shared.enable = true
// 2体验版 1 测试版 0正式 106785
AccountInfo.sharedInstance().isTest = "1"
AccountInfo.sharedInstance().isTest = "2"
AccountInfo.sharedInstance().messageNumber = "0"
// 1新接口 0老接口
if AccountInfo.sharedInstance().oldType == nil {
......
......@@ -99,7 +99,16 @@
// TODO:这边结合 WRCellView 会不会更好呢?
-(void)updateFrame {
NSInteger top = ([WRCustomNavigationBar isIphoneX]) ? 44 : 20;
// NSInteger top = ([WRCustomNavigationBar isIphoneX]) ? 44 : 20;
// NSInteger top = ([WRCustomNavigationBar isIphoneX]) ? (([WRCustomNavigationBar isIphoneXPro]) ? 59 : 44) : 20;
NSInteger top = 0;
if ([WRCustomNavigationBar isIphoneXPro]) {
top = 59;
} else if ([WRCustomNavigationBar isIphoneX]) {
top = 44;
} else {
top = 20;
}
NSInteger margin = 0;
NSInteger buttonHeight = 44;
NSInteger buttonWidth = 44;
......@@ -276,10 +285,13 @@
return (CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(375, 812)) ||
CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(812, 375)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(896, 414)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(414, 896)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(360, 780)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(780, 360)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(390, 844)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(844, 390)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(428, 926)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(926, 428)));
}
BOOL isIPhoneX = [platform isEqualToString:@"iPhone10,3"] || [platform isEqualToString:@"iPhone10,6"] || [platform isEqualToString:@"iPhone11,8"] || [platform isEqualToString:@"iPhone11,2"] || [platform isEqualToString:@"iPhone11,6"] || [platform isEqualToString:@"iPhone11,4"] || [platform isEqualToString:@"iPhone12,1"] || [platform isEqualToString:@"iPhone12,3"] || [platform isEqualToString:@"iPhone12,5"] || [platform isEqualToString:@"iPhone13,1"] || [platform isEqualToString:@"iPhone13,2"] || [platform isEqualToString:@"iPhone13,3"] || [platform isEqualToString:@"iPhone13,4"] || [platform isEqualToString:@"iPhone14,2"] || [platform isEqualToString:@"iPhone14,3"] || [platform isEqualToString:@"iPhone14,4"] || [platform isEqualToString:@"iPhone14,5"] || [platform isEqualToString:@"iPhone15,4"] || [platform isEqualToString:@"iPhone15,5"] || [platform isEqualToString:@"iPhone16,1"] || [platform isEqualToString:@"iPhone14,2"];
BOOL isIPhoneX = [platform isEqualToString:@"iPhone10,3"] || [platform isEqualToString:@"iPhone10,6"] || [platform isEqualToString:@"iPhone11,8"] || [platform isEqualToString:@"iPhone11,2"] || [platform isEqualToString:@"iPhone11,6"] || [platform isEqualToString:@"iPhone11,4"] || [platform isEqualToString:@"iPhone12,1"] || [platform isEqualToString:@"iPhone12,3"] || [platform isEqualToString:@"iPhone12,5"] || [platform isEqualToString:@"iPhone13,1"] || [platform isEqualToString:@"iPhone13,2"] || [platform isEqualToString:@"iPhone13,3"] || [platform isEqualToString:@"iPhone13,4"] || [platform isEqualToString:@"iPhone14,2"] || [platform isEqualToString:@"iPhone14,3"] || [platform isEqualToString:@"iPhone14,4"] || [platform isEqualToString:@"iPhone14,5"] || [platform isEqualToString:@"iPhone14,7"] || [platform isEqualToString:@"iPhone14,8"] || [platform isEqualToString:@"iPhone15,2"] || [platform isEqualToString:@"iPhone15,3"] || [platform isEqualToString:@"iPhone15,4"] || [platform isEqualToString:@"iPhone15,5"] || [platform isEqualToString:@"iPhone16,1"] || [platform isEqualToString:@"iPhone16,2"];
return isIPhoneX;
}
+ (BOOL)isIphoneXPro {
return (CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(430, 932)) ||
CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(932, 430)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(393, 852)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(852, 393)));
}
@end
......
......@@ -22,12 +22,24 @@
return (CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(375, 812)) ||
CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(812, 375)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(896, 414)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(414, 896)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(360, 780)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(780, 360)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(390, 844)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(844, 390)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(428, 926)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(926, 428)));
}
BOOL isIPhoneX = [platform isEqualToString:@"iPhone10,3"] || [platform isEqualToString:@"iPhone10,6"] || [platform isEqualToString:@"iPhone11,8"] || [platform isEqualToString:@"iPhone11,2"] || [platform isEqualToString:@"iPhone11,6"] || [platform isEqualToString:@"iPhone11,4"] || [platform isEqualToString:@"iPhone12,1"] || [platform isEqualToString:@"iPhone12,3"] || [platform isEqualToString:@"iPhone12,5"] || [platform isEqualToString:@"iPhone13,1"] || [platform isEqualToString:@"iPhone13,2"] || [platform isEqualToString:@"iPhone13,3"] || [platform isEqualToString:@"iPhone13,4"] || [platform isEqualToString:@"iPhone14,2"] || [platform isEqualToString:@"iPhone14,3"] || [platform isEqualToString:@"iPhone14,4"] || [platform isEqualToString:@"iPhone14,5"] || [platform isEqualToString:@"iPhone15,4"] || [platform isEqualToString:@"iPhone15,5"] || [platform isEqualToString:@"iPhone16,1"] || [platform isEqualToString:@"iPhone14,2"];
BOOL isIPhoneX = [platform isEqualToString:@"iPhone10,3"] || [platform isEqualToString:@"iPhone10,6"] || [platform isEqualToString:@"iPhone11,8"] || [platform isEqualToString:@"iPhone11,2"] || [platform isEqualToString:@"iPhone11,6"] || [platform isEqualToString:@"iPhone11,4"] || [platform isEqualToString:@"iPhone12,1"] || [platform isEqualToString:@"iPhone12,3"] || [platform isEqualToString:@"iPhone12,5"] || [platform isEqualToString:@"iPhone13,1"] || [platform isEqualToString:@"iPhone13,2"] || [platform isEqualToString:@"iPhone13,3"] || [platform isEqualToString:@"iPhone13,4"] || [platform isEqualToString:@"iPhone14,2"] || [platform isEqualToString:@"iPhone14,3"] || [platform isEqualToString:@"iPhone14,4"] || [platform isEqualToString:@"iPhone14,5"] || [platform isEqualToString:@"iPhone14,7"] || [platform isEqualToString:@"iPhone14,8"] || [platform isEqualToString:@"iPhone15,2"] || [platform isEqualToString:@"iPhone15,3"] || [platform isEqualToString:@"iPhone15,4"] || [platform isEqualToString:@"iPhone15,5"] || [platform isEqualToString:@"iPhone16,1"] || [platform isEqualToString:@"iPhone16,2"];
return isIPhoneX;
}
+ (BOOL)isIphoneXPro {
return (CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(430, 932)) ||
CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(932, 430)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(393, 852)) || CGSizeEqualToSize([UIScreen mainScreen].bounds.size, CGSizeMake(852, 393)));
}
+ (CGFloat)navBarBottom {
return [self isIphoneX] ? 88 : 64;
if ([self isIphoneXPro]) {
return 105;
} else if ([self isIphoneX]) {
return 88;
} else {
return 64;
}
// return [self isIphoneX] ? ([self isIphoneXPro] ? 103 : 88) : 64;
// return [self isIphoneX] ? 88 : 64;
}
+ (CGFloat)tabBarHeight {
return [self isIphoneX] ? 83 : 49;
......
......@@ -7,7 +7,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>上药移动测试</string>
<string>上药移动</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
......
......@@ -112,6 +112,7 @@ class MineMoreViewController: BaseViewController {
// wr_setDefaultNavBarTintColor(UIColor.white)
self.wr_setNavBarTintColor(UIColorFromRGB(rgbValue: 0x23262A))
self.view.backgroundColor = UIColorFromRGB(rgbValue: 0xF4F9FD)
self.wr_setNavBarShadowImageHidden(true)
//self.title = "更多"
addInitTableView()
actionHttpGCD()
......
......@@ -52,7 +52,7 @@ class MineInfoViewController: BaseViewController,WXAuthDelegate,WXApiDelegate {
addHeaderFooter()
// addInitLoginButton()
// wr_setDefaultNavBarShadowImageHidden
self.wr_setNavBarShadowImageHidden(false)
self.wr_setNavBarShadowImageHidden(true)
// Do any additional setup after loading the view.
}
......
......@@ -40,7 +40,8 @@ class SetUpViewController: BaseViewController {
// addHeaderFooter()
// addInitLoginButton()
// wr_setDefaultNavBarShadowImageHidden
self.wr_setNavBarShadowImageHidden(false)
// self.wr_setNavBarShadowImageHidden(false)
self.wr_setNavBarShadowImageHidden(true)
// Do any additional setup after loading the view.
}
func addInitTableView() {
......
......@@ -258,6 +258,7 @@ class WebSwiftViewController: BaseViewController,WKUIDelegate,WKNavigationDelega
self.webView.configuration.userContentController.removeScriptMessageHandler(forName: actionName)
}
webView.stopLoading()
self.wr_setNavBarShadowImageHidden(true)
// webView.removeFromSuperview()
// webView.uiDelegate = nil
// webView.navigationDelegate = nil
......
#ifndef Demo_codeObfuscation_h
#define Demo_codeObfuscation_h
//confuse string at Wed Jan 24 17:37:19 CST 2024
#define BaseViewController scUczMsmrNPgZPOG
#define myTableView kCcKFJGrcxyKnKdW
#define setCacheAccountInfo WvznAOnIbZIPZyqH
#define setClassWebUrlAccountInfo zFEpnsmKVQHQeAdU
#define setWebUrlAction AKcgGJEsQvujJfjW
#define SinglePointWeChatVC sstksncEeUcWnjmP
#define onLogin BdKHAPJfrySdnvuD
#define getLoginTypeHttpAction XVZnyBTVoRWKihBu
#define loginTypeHttpGetCmdTypeAction UvVSSIzXjXQlotqb
#define getScopeListHttpCmd OnDkxDQmmbvNtYaY
#define selectSinglePointTypeAction HHbcTxGDCQTKTzXl
#define getLoginHttpPostCmdCmd bjKIFJnHKBmrScvM
#define httpLoginHttpPostResultResponse FRXQpcckDHpVnrCd
#define getNewVersionUpdateHttpCmd qELmQVBaLCbXxNDn
#define getLoginDeviceInformationHttpCmd xXjibzFvCwZTqRqF
#define getMyInformationHttpGetCmd KgBLqMHzYhBIOiJJ
#define getVerifyTokenHttpPostCmdAction oHrDlHTHCUiDkNNU
#define httpVerifyTokenHttpResultResponse rsdgWWxrBKDAiVMv
#define loginGetUserInfo YnedQUmwDzbgPCQH
#define httpSinglePointinfoHttpResultResponse gRPeUFlsHAKKdIUq
#define getWeChatXinfoHttpPostCmd yAThAvrNfZLtBcmT
#define getWeChatBindingHttpPostCmd RjQEJDHnTIBvaTSt
#define httpWeChatXinfoHttpResultResponse UGmEOuDtxnLlWkVu
#define SinglePointWeChatHttp QmxDfwUwofbkKRKD
#define judgmentTokenExpired(resultBlock:@escaping DURneoegNPuAcTgn
#define httpVerificationTokenHttpResultResponse(result:RequestResult,resultBlock:@escaping UXlgsVMjeAsHSEgH
#define getRefreshTokenHttpPostCmd(resultBlock:@escaping GdzxPFXryiMAZjOA
#define func KwGYmNsDbImzRErT
#define getLoginDeviceInformationHttpCmd(resultBlock:@escaping NEkqbyRalVYEZkCd
#define httpDeviceInformationHttpResultResponse(result: BZNysyFKzmAXkKzF
#define LoginViewController RhelgKGFdJBSxZgU
#define WeChatBindingViewController DEBLdFfujWCpxVNV
#define SinglePointViewController IGnvplJYDEmFhqxU
#define MineViewController kqVKMEbqugiUawoj
#define getSelectCompanyHttpCmd SgKFPpzdydLUjPOU
#define httpSelectCompanyHttpResultResponse mUlJflTXYqagNePQ
#define SelectCompanyViewController khxWqZKKqIHpURxk
#define MineMoreViewController sTRqltAzlgmvjhgq
#define WebSwiftViewController rvEIspGqItVybCDx
#define webView WVRFTZTDaDeRtalW
#define webViewUrl zoyHKmjmkWFeOWtm
#define appid qUrOHuIoxLbTGBzX
#define webActionTitle DSbbjPsYrbQjMIMS
#define setwebView PsydMdhAIelCjybV
#define backPrevious dRnNfwUwvoGJLwDp
#define WebActionOC xoeUNjMlYbVPacBE
#define getUrl BMzMAZNkXPtsBPHk
#define getWebCookie BZHLAGxTYGHqkECu
#define encryptAES xnKuAUIGeClqrHTM
#define decryptAES uQuxPmiUVmVoZoKX
#define ChangePassWordViewController qSkKaftLQiWEAfqG
#define oldTextView EgLzHeJxUEAUSIDp
#define newTextView SDaCcHsIQfXNRqat
#define confirmPassTextView GskTMMDVcqmuOfEH
#define actionChangePassWord QauGRHuHLwEbBIdd
#define getChangePasswordHttpCmd VDSkAqgTORZYmncl
#define httpChangePasswordHttpResultResponse dnqeDpjjeSjmBTUx
#define getSinglePointPasswordHttpPostCmd FKIlggNDLLkvKkTN
#define httpSinglePointPasswordHttpResultResponse LpMFxugDkKEyGCgA
#define loginTypeHttpGetCmdTypeAction ZwcRxtBBzwriFkYd
#define MineMoreViewController NLgzALEuoZeTWndY
#define getMyApplicationListHttpCmd BUDtDvAWyIfuhdud
#define httpMyApplicationListHttpResultResponse zLKKnoOMEGSTbhxL
#define getAllApplicationHttpListCmd uQBkvWISWVtWXuQy
#define httpMoreApplicationsTwoHttpResultResponse NXQDDEPWlvCMspgR
#define changeBlockAction fnuqkEEJELDsNuwm
#define getHttpCollcetionViewModellArray yeEdLdkXxaQfnTXp
#define getHttpCollcetionViewModellTwoArray TXCugSbNldZofCak
#define getHttpMineMoreCollectionViewCellModel RLmVpiYFIXbrhCdf
#define getSaveApplicationsHttpCmd IOmxjncuoysewRjI
#define httpSaveApplicationListHttpResultResponse XqRuKIDlMLYdrhdj
#define httpSelectCompanyHttpResultResponse OBTEruNMXJxrqFwV
#define gotoCompanyListVC wcaTjcuqCNywxfBQ
#define SelectCompanyViewController mQdUlsUOyVocHyiY
#define actionCompanyHttpGCD KwUyvAOrymoqHhZc
#define actiondepartmentHttpGCD YNTeqeNVzjYXWUDO
#define myApplicationAction JHijHxYgtLMoumTx
#define downloadOpenApp peBAABdfwftqZRhe
#define oftenApplicationType ZrAdQcCxtwplBdgm
#define HTHttpConfig kvRpqMWLoJamguRB
#define kServiceAddressURL1 WjKDzacotyMMRWda
#define imageURL1 QgCviQrmferMzrJr
#define kServiceAddressURL GbOqylbDbbyzvjGk
#define imageURL kPunkaBAxKjySOhD
#define kServiceAddressURL2 GJNjyNMpuPnnIjgY
#define imageURL2 srNbKRGnjxddWhKZ
#define HomeViewController SkjeSxUNFquEntEG
#define actionHttpGCD mlcPQdgLDhjIFxsQ
#define getHttpHomeClassListCmd dNSmJHSBxpmmfcDl
#define httpHttpHomeClassListResultResponse BTgHsjASFbshpzcX
#define getUpcomingCountHttpPostCmd iBukMucozIrtKfoN
#define httpUpcomingCountHttpResultResponse oxRuqQXnhlzhBrko
#define getMessageNunberShowHttpPostCmd VVRDzMSBpJpqNCQx
#define httpMessageNumberShowHttpResultResponse hyKhyBIXwBricKgO
//confuse string at Fri Jul 19 11:02:36 CST 2024
#define BaseViewController sLKgTHWAJysQQcor
#define myTableView uqFPkRPPKZPbbpqy
#define setCacheAccountInfo jUXolRHacAOpgoiO
#define setClassWebUrlAccountInfo pfHqxlnYLNWFlpkK
#define setWebUrlAction fTxYjmMzqRAQtGHp
#define SinglePointWeChatVC RlEYCQxWHKFLVrEk
#define onLogin qdCtlQvbZEURTemz
#define getLoginTypeHttpAction CJSxHOAgnXBfBCdA
#define loginTypeHttpGetCmdTypeAction XNnGXtJYiuBzVfpc
#define getScopeListHttpCmd KMrDQkFzZbyhaJbW
#define selectSinglePointTypeAction MLFIlnYoHudKPerv
#define getLoginHttpPostCmdCmd kBxMsYhVsYzrVQkE
#define httpLoginHttpPostResultResponse nbfdWyjghyepjzWO
#define getNewVersionUpdateHttpCmd yuEMtuTuUdFzRMHs
#define getLoginDeviceInformationHttpCmd KnWrlgmfHXAnfAVQ
#define getMyInformationHttpGetCmd wvCsnzXQKBiVuHTg
#define getVerifyTokenHttpPostCmdAction voxcbqNvtsTHyXuC
#define httpVerifyTokenHttpResultResponse NpIPagnyqSIRAPfJ
#define loginGetUserInfo tBSJejBnAzMLZfUm
#define httpSinglePointinfoHttpResultResponse BVfluknWpznAOkbt
#define getWeChatXinfoHttpPostCmd cZJNKBejpPDUzWwy
#define getWeChatBindingHttpPostCmd rgxNLteVsuxmcLDl
#define httpWeChatXinfoHttpResultResponse sfSAZRNOfDpmUbjg
#define SinglePointWeChatHttp vuHnMRVjYAmquaLY
#define judgmentTokenExpired(resultBlock:@escaping MLZKofmwEFmCPxWc
#define httpVerificationTokenHttpResultResponse(result:RequestResult,resultBlock:@escaping RytqnaCHHzXsgFIi
#define getRefreshTokenHttpPostCmd(resultBlock:@escaping goyLQXDCEWnGDlii
#define func zCNYUZpUZuUToUTv
#define getLoginDeviceInformationHttpCmd(resultBlock:@escaping fOJGPNUEmjZvgfnF
#define httpDeviceInformationHttpResultResponse(result: GpYBEPGWrfsVViXS
#define LoginViewController JFJXJbwFbGNyzaTC
#define WeChatBindingViewController pesaPpocnOfdPhEJ
#define SinglePointViewController hvnwUCRrIatAqRpn
#define MineViewController GOuVtUHPhJyPwQsW
#define getSelectCompanyHttpCmd JJcTOBGLIbzhTlHR
#define httpSelectCompanyHttpResultResponse rUOLooOaYUjWXmsk
#define SelectCompanyViewController gPvuucSDIJOoHgKM
#define MineMoreViewController kjqoNDBTFQZywRuE
#define WebSwiftViewController MxnRKJgQGtaydGkV
#define webView gjHHJGPTuEBqhxNU
#define webViewUrl KaNOMcXdmpWPgMKo
#define appid LkHRBmekOltDesax
#define webActionTitle TYyfyZOYRwUxRlzz
#define setwebView AlLrPGxUJKPSdOXN
#define backPrevious OqmMOItxpmXibxmi
#define WebActionOC UjhqilJmsqjRxvph
#define getUrl eKliLewtNzSVTkRI
#define getWebCookie OqlqebxUSmyLvgdD
#define encryptAES aESAjZJrERHCMAbH
#define decryptAES fhhDbJPKQreiuqnU
#define ChangePassWordViewController hFdyOSjpoEbKyNXe
#define oldTextView jwWCeLnBWWLpHvhq
#define newTextView vqVZKSwwqrYMLaaF
#define confirmPassTextView PqFwqRpolTczfChl
#define actionChangePassWord qRDAfazYgamUfQvN
#define getChangePasswordHttpCmd LCgAZtrKwNnHtyGO
#define httpChangePasswordHttpResultResponse yOXQmUyweZRVvhmO
#define getSinglePointPasswordHttpPostCmd akjOvLgBiFRzrNCO
#define httpSinglePointPasswordHttpResultResponse XEoywcmSVlGHLaLS
#define loginTypeHttpGetCmdTypeAction SgaoQlHpgLizGnTe
#define MineMoreViewController DLbmBuuJRVVHeEFr
#define getMyApplicationListHttpCmd MPWaHBgkJTTrSrNN
#define httpMyApplicationListHttpResultResponse cHFpYqBkkmRhEDnj
#define getAllApplicationHttpListCmd iTaisWHqlIiIoHFd
#define httpMoreApplicationsTwoHttpResultResponse BwGAUcHjTztbBlYH
#define changeBlockAction CYpbeWgjCjeQrijt
#define getHttpCollcetionViewModellArray scdqxIQPTDQNQRbn
#define getHttpCollcetionViewModellTwoArray zeGUUafNxijaxMFo
#define getHttpMineMoreCollectionViewCellModel lRGTILdRNCkwFFKV
#define getSaveApplicationsHttpCmd PeAGubSohhpfeBho
#define httpSaveApplicationListHttpResultResponse tNVWCPFJplpJIjYa
#define httpSelectCompanyHttpResultResponse XMHUuOYqnSRIduHv
#define gotoCompanyListVC BfeXiKqbFXYNiJKc
#define SelectCompanyViewController wURGEabPznmSXaqr
#define actionCompanyHttpGCD pMtHhztmSEsjWYDE
#define actiondepartmentHttpGCD vrhLqlEXdXpyZZSS
#define myApplicationAction aWGCJrvfMFIfNpdW
#define downloadOpenApp BKfTIYZZTXXGHBUQ
#define oftenApplicationType BSwJgATEWGyVCpJO
#define HTHttpConfig qpptLNHbpHPSxgaa
#define kServiceAddressURL1 iKcbQjzLJArfjEnx
#define imageURL1 ktsbhIAaknxUotVp
#define kServiceAddressURL RrBhrEpJoIreQVyY
#define imageURL fVXVZqEubmJHTgxP
#define kServiceAddressURL2 rfCyNYrwTINpKcAZ
#define imageURL2 GKTaocIXizXeIPsF
#define HomeViewController RMhhTsBTmCAsIwFq
#define actionHttpGCD GbMHROZmvyhKyOqI
#define getHttpHomeClassListCmd zcmhPLxJCDTGRdSO
#define httpHttpHomeClassListResultResponse VBNTkNhUVbpnpGkl
#define getUpcomingCountHttpPostCmd PoFViNoiryeLrvCD
#define httpUpcomingCountHttpResultResponse iVEzGgpCvqIYTRCo
#define getMessageNunberShowHttpPostCmd fyHsaczNWdmFHxES
#define httpMessageNumberShowHttpResultResponse wpDwreBzFhNwgwsm
#endif
......@@ -20,7 +20,7 @@ class NotificationService: UNNotificationServiceExtension {
// c0eb5d604f19e9d58af5f8de 正式
JPushNotificationExtensionService.jpushSetAppkey("444b4a4c86a09bd2e27367fe")
JPushNotificationExtensionService.jpushSetAppkey("c0eb5d604f19e9d58af5f8de")
JPushNotificationExtensionService.jpushReceive(request) {
print("apns upload success")
contentHandler(request.content)
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment