Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
上
上药订单生命周期升级
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sph
上药订单生命周期升级
Commits
3359fcef
Commit
3359fcef
authored
Jul 05, 2022
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
未读消息显示
parent
1288bdfe
Changes
15
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
153 additions
and
149 deletions
+153
-149
MobilePortal/MobilePortal.xcodeproj/project.pbxproj
MobilePortal/MobilePortal.xcodeproj/project.pbxproj
+5
-4
MobilePortal/MobilePortal.xcworkspace/xcuserdata/caiyang.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/caiyang.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
MobilePortal/MobilePortal.xcworkspace/xcuserdata/caiyang.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
.../caiyang.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
+32
-37
MobilePortal/MobilePortal/Info.plist
MobilePortal/MobilePortal/Info.plist
+1
-1
MobilePortal/MobilePortal/Thirdparty/ScanKit/ScanKitFrameWork.framework/ScanKitFrameWork
...party/ScanKit/ScanKitFrameWork.framework/ScanKitFrameWork
+0
-0
MobilePortal/MobilePortal/VC/QRCode/QRCodeCallBackViewController.swift
...MobilePortal/VC/QRCode/QRCodeCallBackViewController.swift
+1
-0
MobilePortal/MobilePortal/VC/QRCode/QRCodeSwiftView.h
MobilePortal/MobilePortal/VC/QRCode/QRCodeSwiftView.h
+1
-0
MobilePortal/MobilePortal/VC/QRCode/QRCodeSwiftView.m
MobilePortal/MobilePortal/VC/QRCode/QRCodeSwiftView.m
+7
-4
MobilePortal/MobilePortal/VC/RootTabBarVC/PublishBtn.swift
MobilePortal/MobilePortal/VC/RootTabBarVC/PublishBtn.swift
+2
-2
MobilePortal/MobilePortal/VC/Web/WebActionOC.m
MobilePortal/MobilePortal/VC/Web/WebActionOC.m
+1
-1
MobilePortal/MobilePortal/VC/Web/WebSwiftViewController+WKDelegate.swift
...bilePortal/VC/Web/WebSwiftViewController+WKDelegate.swift
+6
-3
MobilePortal/MobilePortal/VC/Web/WebSwiftViewController.swift
...lePortal/MobilePortal/VC/Web/WebSwiftViewController.swift
+1
-1
MobilePortal/MobilePortal/codeObfuscation.h
MobilePortal/MobilePortal/codeObfuscation.h
+95
-95
MobilePortal/ServiceExtension/NotificationService.swift
MobilePortal/ServiceExtension/NotificationService.swift
+1
-1
MobilePortal/symbols
MobilePortal/symbols
+0
-0
No files found.
MobilePortal/MobilePortal.xcodeproj/project.pbxproj
View file @
3359fcef
...
...
@@ -5278,7 +5278,7 @@
CODE_SIGN_ENTITLEMENTS
=
MobilePortal/MobilePortal.entitlements
;
CODE_SIGN_IDENTITY
=
"iPhone Developer: Jiangbo Xie (67SU32D76X)"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
3.
2
;
CURRENT_PROJECT_VERSION
=
3.
3
;
DEVELOPMENT_TEAM
=
2A3UC4VYB3
;
ENABLE_BITCODE
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
...
...
@@ -5298,7 +5298,8 @@
"$(PROJECT_DIR)/MobilePortal/Thirdparty/BDVoice/BDSClientLib"
,
"$(PROJECT_DIR)/MobilePortal/Thirdparty/WXApiManager/WeChatSDK"
,
);
MARKETING_VERSION
=
3.2
;
MARKETING_VERSION
=
3.3
;
ONLY_ACTIVE_ARCH
=
YES
;
OTHER_LDFLAGS
=
(
"$(inherited)"
,
"-ObjC"
,
...
...
@@ -5378,7 +5379,7 @@
CODE_SIGN_ENTITLEMENTS
=
MobilePortal/MobilePortal.entitlements
;
CODE_SIGN_IDENTITY
=
"iPhone Developer: Jiangbo Xie (67SU32D76X)"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
3.
2
;
CURRENT_PROJECT_VERSION
=
3.
3
;
DEVELOPMENT_TEAM
=
2A3UC4VYB3
;
ENABLE_BITCODE
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
...
...
@@ -5398,7 +5399,7 @@
"$(PROJECT_DIR)/MobilePortal/Thirdparty/BDVoice/BDSClientLib"
,
"$(PROJECT_DIR)/MobilePortal/Thirdparty/WXApiManager/WeChatSDK"
,
);
MARKETING_VERSION
=
3.
2
;
MARKETING_VERSION
=
3.
3
;
OTHER_LDFLAGS
=
(
"$(inherited)"
,
"-ObjC"
,
...
...
MobilePortal/MobilePortal.xcworkspace/xcuserdata/caiyang.xcuserdatad/UserInterfaceState.xcuserstate
View file @
3359fcef
No preview for this file type
MobilePortal/MobilePortal.xcworkspace/xcuserdata/caiyang.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
View file @
3359fcef
...
...
@@ -663,8 +663,8 @@
endingColumnNumber =
"9223372036854775807"
startingLineNumber =
"126"
endingLineNumber =
"126"
landmarkName =
"
unknown
"
landmarkType =
"
0
"
>
landmarkName =
"
jiami()
"
landmarkType =
"
7
"
>
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
...
...
@@ -680,8 +680,8 @@
endingColumnNumber =
"9223372036854775807"
startingLineNumber =
"130"
endingLineNumber =
"130"
landmarkName =
"
unknown
"
landmarkType =
"
0
"
>
landmarkName =
"
jiemi()
"
landmarkType =
"
7
"
>
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
...
...
@@ -735,23 +735,6 @@
landmarkType =
"7"
>
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID =
"Xcode.Breakpoint.FileBreakpoint"
>
<BreakpointContent
uuid =
"23E04D44-5EEF-46C1-BCDA-C0ED8B5B80E0"
shouldBeEnabled =
"No"
ignoreCount =
"0"
continueAfterRunningActions =
"No"
filePath =
"MobilePortal/VC/Web/WebActionOC.m"
timestampString =
"651390847.212243"
startingColumnNumber =
"9223372036854775807"
endingColumnNumber =
"9223372036854775807"
startingLineNumber =
"127"
endingLineNumber =
"127"
landmarkName =
"-getCookieValue:host:"
landmarkType =
"7"
>
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID =
"Xcode.Breakpoint.FileBreakpoint"
>
<BreakpointContent
...
...
@@ -763,8 +746,8 @@
timestampString =
"651764072.746172"
startingColumnNumber =
"9223372036854775807"
endingColumnNumber =
"9223372036854775807"
startingLineNumber =
"1
88
"
endingLineNumber =
"1
88
"
startingLineNumber =
"1
91
"
endingLineNumber =
"1
91
"
landmarkName =
"webView(_:createWebViewWith:for:windowFeatures:)"
landmarkType =
"7"
>
</BreakpointContent>
...
...
@@ -780,13 +763,13 @@
timestampString =
"651764072.746362"
startingColumnNumber =
"9223372036854775807"
endingColumnNumber =
"9223372036854775807"
startingLineNumber =
"1
19
"
endingLineNumber =
"1
19
"
startingLineNumber =
"1
22
"
endingLineNumber =
"1
22
"
landmarkName =
"webView(_:didFail:withError:)"
landmarkType =
"7"
>
<Locations>
<Location
uuid =
"9D90046A-9ADF-4884-BC26-1C680A71C079 - e4f524b5061a85
1c
"
uuid =
"9D90046A-9ADF-4884-BC26-1C680A71C079 - e4f524b5061a85
79
"
shouldBeEnabled =
"Yes"
ignoreCount =
"0"
continueAfterRunningActions =
"No"
...
...
@@ -796,12 +779,12 @@
urlString =
"file:///Users/caiyang/GitProject/SH_OrderLifeCycleU/SH_OrderLifeCycleU/MobilePortal/MobilePortal/VC/Web/WebSwiftViewController+WKDelegate.swift"
startingColumnNumber =
"9223372036854775807"
endingColumnNumber =
"9223372036854775807"
startingLineNumber =
"1
19
"
endingLineNumber =
"1
19
"
startingLineNumber =
"1
22
"
endingLineNumber =
"1
22
"
offsetFromSymbolStart =
"480"
>
</Location>
<Location
uuid =
"9D90046A-9ADF-4884-BC26-1C680A71C079 - 4475a31735ebb9
cf
"
uuid =
"9D90046A-9ADF-4884-BC26-1C680A71C079 - 4475a31735ebb9
aa
"
shouldBeEnabled =
"Yes"
ignoreCount =
"0"
continueAfterRunningActions =
"No"
...
...
@@ -811,8 +794,8 @@
urlString =
"file:///Users/caiyang/GitProject/SH_OrderLifeCycleU/SH_OrderLifeCycleU/MobilePortal/MobilePortal/VC/Web/WebSwiftViewController+WKDelegate.swift"
startingColumnNumber =
"9223372036854775807"
endingColumnNumber =
"9223372036854775807"
startingLineNumber =
"1
19
"
endingLineNumber =
"1
19
"
startingLineNumber =
"1
22
"
endingLineNumber =
"1
22
"
offsetFromSymbolStart =
"20"
>
</Location>
</Locations>
...
...
@@ -848,8 +831,8 @@
endingColumnNumber =
"9223372036854775807"
startingLineNumber =
"57"
endingLineNumber =
"57"
landmarkName =
"
unknown
"
landmarkType =
"
0
"
>
landmarkName =
"
operatingAction(_:)
"
landmarkType =
"
7
"
>
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
...
...
@@ -865,8 +848,8 @@
endingColumnNumber =
"9223372036854775807"
startingLineNumber =
"53"
endingLineNumber =
"53"
landmarkName =
"
unknown
"
landmarkType =
"
0
"
>
landmarkName =
"
operatingAction(_:)
"
landmarkType =
"
7
"
>
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
...
...
@@ -950,8 +933,8 @@
endingColumnNumber =
"9223372036854775807"
startingLineNumber =
"133"
endingLineNumber =
"133"
landmarkName =
"
unknown
"
landmarkType =
"
0
"
>
landmarkName =
"
jiemi()
"
landmarkType =
"
7
"
>
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
...
...
@@ -1254,5 +1237,17 @@
landmarkType =
"7"
>
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID =
"Xcode.Breakpoint.ExceptionBreakpoint"
>
<BreakpointContent
uuid =
"581F048B-F524-497F-8B82-B5701E72F830"
shouldBeEnabled =
"Yes"
ignoreCount =
"0"
continueAfterRunningActions =
"No"
breakpointStackSelectionBehavior =
"1"
scope =
"1"
stopOnStyle =
"0"
>
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
MobilePortal/MobilePortal/Info.plist
View file @
3359fcef
...
...
@@ -7,7 +7,7 @@
<key>
CFBundleDevelopmentRegion
</key>
<string>
$(DEVELOPMENT_LANGUAGE)
</string>
<key>
CFBundleDisplayName
</key>
<string>
上药移动
ce
</string>
<string>
上药移动
测试
</string>
<key>
CFBundleExecutable
</key>
<string>
$(EXECUTABLE_NAME)
</string>
<key>
CFBundleIdentifier
</key>
...
...
MobilePortal/MobilePortal/Thirdparty/ScanKit/ScanKitFrameWork.framework/ScanKitFrameWork
View file @
3359fcef
No preview for this file type
MobilePortal/MobilePortal/VC/QRCode/QRCodeCallBackViewController.swift
View file @
3359fcef
...
...
@@ -47,6 +47,7 @@ class QRCodeCallBackViewController: BaseViewController,QRCodeSwiftViewDelegate {
}
override
func
arrowResponse
()
{
self
.
callBackBlock
(
""
)
// self.qRCodeSwiftView.
self
.
navigationController
?
.
popViewController
(
animated
:
true
)
}
override
func
gotoMessageVC
(){
...
...
MobilePortal/MobilePortal/VC/QRCode/QRCodeSwiftView.h
View file @
3359fcef
...
...
@@ -15,5 +15,6 @@
-
(
void
)
initView
;
//-(void)dropOutVC;
-
(
void
)
getQRCodeSwiftViewValue
:(
NSString
*
)
value
;
-
(
void
)
stopRunning
;
@property
(
nonatomic
,
weak
)
id
<
QRCodeSwiftViewDelegate
>
delegate
;
@end
MobilePortal/MobilePortal/VC/QRCode/QRCodeSwiftView.m
View file @
3359fcef
...
...
@@ -104,7 +104,7 @@
if
(
upOrdown
==
NO
)
{
num
++
;
_line
.
frame
=
CGRectMake
(
LEFT
,
TOP
+
10
+
2
*
num
,
350
,
2
);
if
(
2
*
num
==
20
0
)
{
if
(
2
*
num
==
35
0
)
{
upOrdown
=
YES
;
}
}
else
{
...
...
@@ -179,8 +179,8 @@
_output
=
[[
AVCaptureVideoDataOutput
alloc
]
init
];
[
_output
setSampleBufferDelegate
:
self
queue
:
dispatch_get_main_queue
()];
_output
.
videoSettings
=
[
NSDictionary
dictionaryWithObjectsAndKeys
:[
NSNumber
numberWithInt
:
kCVPixelFormatType_32BGRA
],
nil
];
//
_output.videoSettings = [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithInt:kCVPixelFormatType_32BGRA],kCVPixelBufferPixelFormatTypeKey,[NSNumber numberWithInt:640],(id)kCVPixelBufferWidthKey,[NSNumber numberWithInt:480],(id)kCVPixelBufferHeightKey, nil];
// _output.videoSettings = [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithInt:kCVPixelFormatType_32BGRA],kCVPixelBufferPixelFormatTypeKey,
nil];
_output
.
videoSettings
=
[
NSDictionary
dictionaryWithObjectsAndKeys
:[
NSNumber
numberWithInt
:
kCVPixelFormatType_32BGRA
],
kCVPixelBufferPixelFormatTypeKey
,[
NSNumber
numberWithInt
:
640
],(
id
)
kCVPixelBufferWidthKey
,[
NSNumber
numberWithInt
:
480
],(
id
)
kCVPixelBufferHeightKey
,
nil
];
// Session
...
...
@@ -225,7 +225,10 @@
// Start
[
_session
startRunning
];
}
-
(
void
)
stopRunning
{
[
_session
stopRunning
];
[
timer
setFireDate
:[
NSDate
distantFuture
]];
}
#pragma mark AVCaptureMetadataOutputObjectsDelegate
// 得到相机采样数据sampleBuffer
-
(
void
)
captureOutput
:(
AVCaptureOutput
*
)
output
didOutputSampleBuffer
:(
CMSampleBufferRef
)
sampleBuffer
fromConnection
:(
AVCaptureConnection
*
)
connection
{
...
...
MobilePortal/MobilePortal/VC/RootTabBarVC/PublishBtn.swift
View file @
3359fcef
...
...
@@ -12,9 +12,9 @@ class PublishBtn: UIButton {
lazy
var
biaojiBtn
:
UIButton
=
{
let
biaojiBtn
:
UIButton
=
UIButton
.
init
(
type
:
.
custom
)
biaojiBtn
.
frame
=
CGRect
(
x
:
SCREEN_WHIDTH
()
/
5
-
3
3
,
y
:
0
,
width
:
22
,
height
:
22
)
biaojiBtn
.
frame
=
CGRect
(
x
:
SCREEN_WHIDTH
()
/
5
-
3
5
,
y
:
0
,
width
:
22
,
height
:
22
)
biaojiBtn
.
backgroundColor
=
UIColor
.
red
biaojiBtn
.
titleLabel
?
.
font
=
UIFont
.
systemFont
(
ofSize
:
1
0
)
biaojiBtn
.
titleLabel
?
.
font
=
UIFont
.
systemFont
(
ofSize
:
1
1
)
biaojiBtn
.
titleLabel
?
.
textAlignment
=
.
center
biaojiBtn
.
setTitleColor
(
UIColor
.
white
,
for
:
.
normal
)
...
...
MobilePortal/MobilePortal/VC/Web/WebActionOC.m
View file @
3359fcef
...
...
@@ -123,7 +123,7 @@ static NSString* const kAESkey = @"1234123412ABCDEF";
for
(
NSHTTPCookie
*
cookie
in
[
cookieJar
cookies
])
{
[
cookieDic
setObject
:
cookie
.
value
forKey
:
cookie
.
name
];
}
NSLog
(
@"cookie==%@"
,
cookie
);
NSString
*
appendString
=
[
NSString
stringWithFormat
:
@"info=%@;"
,
cookie
];
[
cookieValue
appendString
:
appendString
];
return
cookieValue
;
...
...
MobilePortal/MobilePortal/VC/Web/WebSwiftViewController+WKDelegate.swift
View file @
3359fcef
...
...
@@ -33,7 +33,9 @@ extension WebSwiftViewController {
if
self
?
.
isShowTitleType
==
.
NoShowTitleType
{
self
?
.
navigationController
?
.
setNavigationBarHidden
(
true
,
animated
:
true
)
}
if
(
value
as!
String
==
""
)
{
return
}
self
?
.
alertAction
(
str
:
"scanCallBack"
,
value
:
value
as!
String
)
}
// self.gotoQRVC()
...
...
@@ -61,12 +63,13 @@ extension WebSwiftViewController {
}
else
if
message
.
name
==
"openFileDownload"
{
let
dic
:
NSMutableDictionary
=
self
.
setFileDownloadUrlCookie
(
bodyString
:
(
message
.
body
as?
String
)
!
)
self
.
downLoaderFileAction
(
download
:
dic
.
object
(
forKey
:
"url"
)
as!
String
,
cookie
:
dic
.
object
(
forKey
:
"cookie"
)
as!
String
)
}
else
if
message
.
name
==
"getCookie"
{
}
else
if
message
.
name
==
"getCookie
Info
"
{
var
count
=
self
.
getWebCookie
(
urlStr
:
self
.
webViewUrl
)
if
self
.
isUMSMessageType
==
.
IsUMSMessageType
{
count
=
self
.
encryptionContent
}
self
.
alertAction
(
str
:
"setCookie"
,
value
:
(
WebActionOC
.
share
()?
.
encryptAES
(
count
,
key
:
self
.
appid
))
!
)
self
.
alertAction
(
str
:
"setCookieInfo"
,
value
:
(
WebActionOC
.
share
()?
.
encryptAES
(
count
,
key
:
self
.
appid
))
!
)
}
else
{
WebActionOC
.
share
()
.
weAction
(
message
.
name
,
andBody
:
message
.
body
as?
String
)
...
...
MobilePortal/MobilePortal/VC/Web/WebSwiftViewController.swift
View file @
3359fcef
...
...
@@ -33,7 +33,7 @@ class WebSwiftViewController: BaseViewController,WKUIDelegate,WKNavigationDelega
///js调用原生方法名
var
webActionTitle
=
[
"AppLogout"
,
"callPhone"
,
"sendSms"
,
"openScanActivity"
,
"getTitle"
,
"hideTitleLayout"
,
"copyContent"
,
"gotoLogin"
,
"openWeb"
,
"openFileDownload"
,
"openScan"
,
"getCookie"
]
var
webActionTitle
=
[
"AppLogout"
,
"callPhone"
,
"sendSms"
,
"openScanActivity"
,
"getTitle"
,
"hideTitleLayout"
,
"copyContent"
,
"gotoLogin"
,
"openWeb"
,
"openFileDownload"
,
"openScan"
,
"getCookie
Info
"
]
lazy
var
webView
:
WKWebView
=
{
let
config
=
WKWebViewConfiguration
.
init
()
config
.
preferences
=
WKPreferences
.
init
()
...
...
MobilePortal/MobilePortal/codeObfuscation.h
View file @
3359fcef
#ifndef Demo_codeObfuscation_h
#define Demo_codeObfuscation_h
//confuse string at 2022年
6月 7日 星期二 17时57分00
秒 CST
#define BaseViewController O
pjYqgoWEKdsypIO
#define myTableView
CRUmrDyVkAASBXNB
#define setCacheAccountInfo
nUkaIlBbjMOLDhkd
#define setClassWebUrlAccountInfo
quodvZebbVMGnAWm
#define setWebUrlAction
LknfgQvPsxTZAJlv
#define SinglePointWeChatVC
VjuLxYZGyptqbyXw
#define onLogin
IQsfmkHFMkmqlPsl
#define getLoginTypeHttpAction
behQAXXpGNlzcOaE
#define loginTypeHttpGetCmdTypeAction
FswZVbWxqnIYqcKu
#define getScopeListHttpCmd
QYmLIdnbtSFGhmDX
#define selectSinglePointTypeAction
YAFirPPggkbmeVJy
#define getLoginHttpPostCmdCmd
sktiwxHENDZUpdzB
#define httpLoginHttpPostResultResponse
HXwOVielsVDucysW
#define getNewVersionUpdateHttpCmd
SSljwARFwdWePgNG
#define getLoginDeviceInformationHttpCmd
RbdnefetlCWgTFQp
#define getMyInformationHttpGetCmd
wNEFuoJCFJDdCIHJ
#define getVerifyTokenHttpPostCmdAction
fbAKuGJoJbeKZWBF
#define httpVerifyTokenHttpResultResponse
dWJowtZJroxpWauH
#define loginGetUserInfo
sexbTbZAxvVKYGwr
#define httpSinglePointinfoHttpResultResponse
vLKZhOcabvbovyMX
#define getWeChatXinfoHttpPostCmd
ZHVqwIXTQizowpVO
#define getWeChatBindingHttpPostCmd
YsQqVctIUuBLxuNI
#define httpWeChatXinfoHttpResultResponse
zNKlifAtUxukvXbq
#define SinglePointWeChatHttp
bDEMHeDAaQYENTRY
#define judgmentTokenExpired(resultBlock:@escaping
GosUPKEYNpHJtGZY
#define httpVerificationTokenHttpResultResponse(result:RequestResult,resultBlock:@escaping
mhbdToXoSnAfhQLW
#define getRefreshTokenHttpPostCmd(resultBlock:@escaping
NXUKjXRFPLuiDjWZ
#define func
KOHlEyPtILVsyaPd
#define getLoginDeviceInformationHttpCmd(resultBlock:@escaping
MauQNhvnFCacIqza
#define httpDeviceInformationHttpResultResponse(result:
vXSoODjzTbfSpaHG
#define LoginViewController
nKbuegQAFLTGPacz
#define WeChatBindingViewController
cFlATOuzzKQZaABS
#define SinglePointViewController
WKsIxOcJUmCdrsPO
#define MineViewController
WqOBaAaMJsUqnqvX
#define getSelectCompanyHttpCmd
rYOXynLaqMaKfZnw
#define httpSelectCompanyHttpResultResponse
AXCDyEskkwEGXXnJ
#define SelectCompanyViewController
FNCXvMhNEwUwCviM
#define MineMoreViewController
EIkcUWUmZLFoHxUx
#define WebSwiftViewController
gbGzllXUZbOKlDMa
#define webView
TGfJtznzMGnJcCFL
#define webViewUrl
VzAqJJRJNeQVwHHc
#define appid
WgDhmUAdwjzneOVm
#define webActionTitle
wKcbmacSSzFbeSRR
#define setwebView
IQBkTqAVlmZUtvgE
#define backPrevious
iakTcBkbDdyNGgIW
#define WebActionOC
tjgfltItbWietBkE
#define getUrl
VSieOaEhLpnFSHCD
#define getWebCookie q
vaSwehtehIISZqW
#define encryptAES
gOwXRMbiQjBMffuZ
#define decryptAES
ZFHaXFudAnJinyDI
#define ChangePassWordViewController
sfBhxqobTILMRhzw
#define oldTextView
noLPpIirjpxvnnKJ
#define newTextView
trSWlgZUqCRerOWj
#define confirmPassTextView
ezhCLQnvpvTAsEWq
#define actionChangePassWord
FudHJeiyzLbVsuSz
#define getChangePasswordHttpCmd
VAPRmcZeRyZcUsPS
#define httpChangePasswordHttpResultResponse
uLhYBFtWCCqxXqwO
#define getSinglePointPasswordHttpPostCmd
TBoXWMNjEVVzFBQn
#define httpSinglePointPasswordHttpResultResponse
HnDCjMeAoDNgeGty
#define loginTypeHttpGetCmdTypeAction
JJRepZRuVShiPTYJ
#define MineMoreViewController
vvgXHXUnfMhEymUc
#define getMyApplicationListHttpCmd
QbshaNZjydiORSAM
#define httpMyApplicationListHttpResultResponse
vFJsLljLemyREaPE
#define getAllApplicationHttpListCmd
QleEbkHVnIqqRdap
#define httpMoreApplicationsTwoHttpResultResponse
RDuFLfgrvePpcZnz
#define changeBlockAction Z
uJEIIqcHEBIeDcv
#define getHttpCollcetionViewModellArray
OpZwTSSGzhjNXZau
#define getHttpCollcetionViewModellTwoArray
gOOLYpdsmzcxrIph
#define getHttpMineMoreCollectionViewCellModel
WqfBRUGhYzUygYyN
#define getSaveApplicationsHttpCmd
bWYXIfIENVDluLsR
#define httpSaveApplicationListHttpResultResponse
fAIshMpimBttLxbO
#define httpSelectCompanyHttpResultResponse
ONTpwsKiZEtvNkfJ
#define gotoCompanyListVC
hsXsfaNRmQIijABW
#define SelectCompanyViewController
zXJPfjZCdXNnHUOF
#define actionCompanyHttpGCD
eTCusgvDZHmcXTcK
#define actiondepartmentHttpGCD
xvrySmoGHiGEQWfU
#define myApplicationAction P
fdMQgkmfqEQcrJO
#define downloadOpenApp
nHhdJHtfXALiHxAU
#define oftenApplicationType
MWtKuonoWPponsmp
#define HTHttpConfig
ZgTgASLqkjeMsFQs
#define kServiceAddressURL1
sbUJRZbpXfpQZCIF
#define imageURL1
gabHmHpbRhzUZsWk
#define kServiceAddressURL
wmahvTbyQBruEQXM
#define imageURL
vOgvmvsXZpTlTrqp
#define kServiceAddressURL2
ezbYJdPpcSzoevcx
#define imageURL2
vDTzXNbLKeLHDUnW
#define HomeViewController
tkZmIfNmXQWmpaDg
#define actionHttpGCD
cqthgdQmXeNDGqKz
#define getHttpHomeClassListCmd
yPhwPkXlkpLAIyTF
#define httpHttpHomeClassListResultResponse
mcymApgMxrmoeabk
#define getUpcomingCountHttpPostCmd
wpJXkRACzbsAaxvw
#define httpUpcomingCountHttpResultResponse
NkuPTqjxasNiAQyh
#define getMessageNunberShowHttpPostCmd
SFTtwtMqsCDiFdhq
#define httpMessageNumberShowHttpResultResponse
XxBxHWqVVOGvxpsa
//confuse string at 2022年
7月 5日 星期二 15时38分05
秒 CST
#define BaseViewController O
uFYfYTPcRhQjqQx
#define myTableView
FRwplTEdpOAWkMFu
#define setCacheAccountInfo
fXoaEPsGcEOlrvyD
#define setClassWebUrlAccountInfo
IsJyrjmFTvyjkkmW
#define setWebUrlAction
vRHpBjQzlRozdmrE
#define SinglePointWeChatVC
tdYwztkPoyJUIRym
#define onLogin
yqqJotzuxcyrEpPg
#define getLoginTypeHttpAction
hsYbFxxEuDttNzJh
#define loginTypeHttpGetCmdTypeAction
tgjUzNvyiWjcrwMT
#define getScopeListHttpCmd
cfMndPFwmIwUxrut
#define selectSinglePointTypeAction
sdnkBlWMWSpfMhLT
#define getLoginHttpPostCmdCmd
DhTBzQBBnnTsBwhc
#define httpLoginHttpPostResultResponse
wdSSIEXUSjfwFKFU
#define getNewVersionUpdateHttpCmd
ngHeFfhWSCnQCWTF
#define getLoginDeviceInformationHttpCmd
GLTNFoByNuHMyvdc
#define getMyInformationHttpGetCmd
FMgMixPLIHlXxKXZ
#define getVerifyTokenHttpPostCmdAction
DUsplEJuZACAOaNK
#define httpVerifyTokenHttpResultResponse
MVemUskORVIQiAQb
#define loginGetUserInfo
zunXYXmygGlgdWep
#define httpSinglePointinfoHttpResultResponse
DCopzLXaGoBpFyKW
#define getWeChatXinfoHttpPostCmd
iInUWcLfACMyBsDz
#define getWeChatBindingHttpPostCmd
gLKGyOXzkBvennsS
#define httpWeChatXinfoHttpResultResponse
eZSezQwBhugTjRTP
#define SinglePointWeChatHttp
IVPztHsQhFOhLabK
#define judgmentTokenExpired(resultBlock:@escaping
zElbfixLkEMMVUFC
#define httpVerificationTokenHttpResultResponse(result:RequestResult,resultBlock:@escaping
hnWdvbKcwnsPYUkz
#define getRefreshTokenHttpPostCmd(resultBlock:@escaping
PjhXzBSwvnWQMtpa
#define func
UmjvWxGeGNOQowpe
#define getLoginDeviceInformationHttpCmd(resultBlock:@escaping
LhxjBEaXDlHzKMaQ
#define httpDeviceInformationHttpResultResponse(result:
xjpsMMjSdelaIUOw
#define LoginViewController
PINgnOSzBLGyyqbg
#define WeChatBindingViewController
TOlyxNgpDetvOYmY
#define SinglePointViewController
utiDbxwzMiKPhsTH
#define MineViewController
SMWsqeayBZfwEpWt
#define getSelectCompanyHttpCmd
OnNdnFsHEaQprprD
#define httpSelectCompanyHttpResultResponse
TTMPqnSWvPcrRbsi
#define SelectCompanyViewController
MlPFdiMXSreNGlHS
#define MineMoreViewController
VNCsFUrVAyFNlauM
#define WebSwiftViewController
jQSVCSqQXfSrBhMz
#define webView
SIthiTntfeEatWnK
#define webViewUrl
okOvCSgfDmUdgvZW
#define appid
YsObfCuCudwcoYRW
#define webActionTitle
cuRfDQSaNymBKonE
#define setwebView
EBPQeCAPXFaPluDQ
#define backPrevious
YmnExBdyLVImGwhd
#define WebActionOC
zaurCXOaigLsGEtT
#define getUrl
ejtAOFCMnMwhWgiw
#define getWebCookie q
XXDkmzSvfDXroCI
#define encryptAES
VlpozkmXYyqZheAF
#define decryptAES
cCRyKlZdkzvJChfV
#define ChangePassWordViewController
yreXIQOuAoMQPBiF
#define oldTextView
aAyNBIzTddrWvjPf
#define newTextView
aABMHdjiwvaFjYLG
#define confirmPassTextView
dJbvKzKeKuNUGvdz
#define actionChangePassWord
SQieixpnRUsEQBQl
#define getChangePasswordHttpCmd
gGVCrjojfzrriKqM
#define httpChangePasswordHttpResultResponse
ittSEDLXkhUUNeiA
#define getSinglePointPasswordHttpPostCmd
bjYGzmMTyQdqOaMb
#define httpSinglePointPasswordHttpResultResponse
mVvSqeBWSOfZAGvM
#define loginTypeHttpGetCmdTypeAction
YwkvCCvaHjfaHgmv
#define MineMoreViewController
JEPWIfscPjueNOSB
#define getMyApplicationListHttpCmd
mAobckVWVrOgJUpL
#define httpMyApplicationListHttpResultResponse
sSEQKEnaltCaGdhQ
#define getAllApplicationHttpListCmd
XQfzRVMlvgMmlbpJ
#define httpMoreApplicationsTwoHttpResultResponse
tOFDjOSaPucRTThJ
#define changeBlockAction Z
JuVUXyEhxWJcdEi
#define getHttpCollcetionViewModellArray
gWxigJVdNirECQHm
#define getHttpCollcetionViewModellTwoArray
bKlQUesBCvLiagaG
#define getHttpMineMoreCollectionViewCellModel
YzJyFMmGSFMafEkH
#define getSaveApplicationsHttpCmd
lxTcGNvRoZpfbKbt
#define httpSaveApplicationListHttpResultResponse
UUHvqhgQVMfCcRFV
#define httpSelectCompanyHttpResultResponse
zIIyeQRRNZELIBGX
#define gotoCompanyListVC
DaIhlwCURNVvmEHa
#define SelectCompanyViewController
KWaNhpIYePKaOdNn
#define actionCompanyHttpGCD
ukhvomGLxwDONKrT
#define actiondepartmentHttpGCD
KmlBTciAJPnWRfHX
#define myApplicationAction P
lOJjIIlTDaiCwiH
#define downloadOpenApp
sdGcTWVQsaumkvwj
#define oftenApplicationType
jAfYsWhGwAOTuUhl
#define HTHttpConfig
zzwMMAAVOCdSgZtE
#define kServiceAddressURL1
vOjuAiGSXkGiDzzn
#define imageURL1
sNpyiZpIzinFHooz
#define kServiceAddressURL
yuvosLWhVyPBGUxx
#define imageURL
oanGxLkoLLvUNFql
#define kServiceAddressURL2
GZYhosFLPVjJVHap
#define imageURL2
QNGWuchqbnfbOouV
#define HomeViewController
SRvlLEDXdwehpwQq
#define actionHttpGCD
xmqqKeXhVgNRdxzJ
#define getHttpHomeClassListCmd
CluOnOCRkctVXsvB
#define httpHttpHomeClassListResultResponse
dFxggDftyXSskcdK
#define getUpcomingCountHttpPostCmd
tDgMgmbxIunLGtHK
#define httpUpcomingCountHttpResultResponse
syDRYEIBGKxlGHFG
#define getMessageNunberShowHttpPostCmd
lWenzdQscvOGOULH
#define httpMessageNumberShowHttpResultResponse
ubmKSojymBDkyRlE
#endif
MobilePortal/ServiceExtension/NotificationService.swift
View file @
3359fcef
...
...
@@ -19,7 +19,7 @@ class NotificationService: UNNotificationServiceExtension {
// 444b4a4c86a09bd2e27367fe 测试
// c0eb5d604f19e9d58af5f8de 正式
JPushNotificationExtensionService
.
jpushSetAppkey
(
"
c0eb5d604f19e9d58af5f8d
e"
)
JPushNotificationExtensionService
.
jpushSetAppkey
(
"
444b4a4c86a09bd2e27367f
e"
)
JPushNotificationExtensionService
.
jpushReceive
(
request
)
{
print
(
"apns upload success"
)
contentHandler
(
request
.
content
)
...
...
MobilePortal/symbols
View file @
3359fcef
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment