Commit 1288bdfe authored by xiejb's avatar xiejb

修改跳转智能客服接口

parent 6f0cb075
...@@ -786,14 +786,14 @@ ...@@ -786,14 +786,14 @@
landmarkType = "7"> landmarkType = "7">
<Locations> <Locations>
<Location <Location
uuid = "9D90046A-9ADF-4884-BC26-1C680A71C079 - 3c5238d6c6d2935" uuid = "9D90046A-9ADF-4884-BC26-1C680A71C079 - e4f524b5061a851c"
shouldBeEnabled = "Yes" shouldBeEnabled = "Yes"
ignoreCount = "0" ignoreCount = "0"
continueAfterRunningActions = "No" continueAfterRunningActions = "No"
symbolName = "MobilePortal.WebSwiftViewController.webView(_: __C.WKWebView, didFail: Swift.Optional&lt;__C.WKNavigation&gt;, withError: Swift.Error) -&gt; ()" symbolName = "MobilePortal.WebSwiftViewController.webView(_: __C.WKWebView, didFail: Swift.Optional&lt;__C.WKNavigation&gt;, withError: Swift.Error) -&gt; ()"
moduleName = "MobilePortal" moduleName = "MobilePortal"
usesParentBreakpointCondition = "Yes" usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/caiyang/SVNProject/MobilePortal_daiban_%E6%B6%88%E6%81%AF%E5%B9%B3%E5%8F%B0%E5%9B%9E%E8%B0%83%E7%9A%84%E5%89%AF%E6%9C%AC2/MobilePortal/VC/Web/WebSwiftViewController+WKDelegate.swift" urlString = "file:///Users/caiyang/GitProject/SH_OrderLifeCycleU/SH_OrderLifeCycleU/MobilePortal/MobilePortal/VC/Web/WebSwiftViewController+WKDelegate.swift"
startingColumnNumber = "9223372036854775807" startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807"
startingLineNumber = "119" startingLineNumber = "119"
...@@ -801,14 +801,14 @@ ...@@ -801,14 +801,14 @@
offsetFromSymbolStart = "480"> offsetFromSymbolStart = "480">
</Location> </Location>
<Location <Location
uuid = "9D90046A-9ADF-4884-BC26-1C680A71C079 - a345a42f5f9c15e6" uuid = "9D90046A-9ADF-4884-BC26-1C680A71C079 - 4475a31735ebb9cf"
shouldBeEnabled = "Yes" shouldBeEnabled = "Yes"
ignoreCount = "0" ignoreCount = "0"
continueAfterRunningActions = "No" continueAfterRunningActions = "No"
symbolName = "closure #1 () -&gt; () in MobilePortal.WebSwiftViewController.webView(_: __C.WKWebView, didFail: Swift.Optional&lt;__C.WKNavigation&gt;, withError: Swift.Error) -&gt; ()" symbolName = "closure #1 () -&gt; () in MobilePortal.WebSwiftViewController.webView(_: __C.WKWebView, didFail: Swift.Optional&lt;__C.WKNavigation&gt;, withError: Swift.Error) -&gt; ()"
moduleName = "MobilePortal" moduleName = "MobilePortal"
usesParentBreakpointCondition = "Yes" usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/caiyang/SVNProject/MobilePortal_daiban_%E6%B6%88%E6%81%AF%E5%B9%B3%E5%8F%B0%E5%9B%9E%E8%B0%83%E7%9A%84%E5%89%AF%E6%9C%AC2/MobilePortal/VC/Web/WebSwiftViewController+WKDelegate.swift" urlString = "file:///Users/caiyang/GitProject/SH_OrderLifeCycleU/SH_OrderLifeCycleU/MobilePortal/MobilePortal/VC/Web/WebSwiftViewController+WKDelegate.swift"
startingColumnNumber = "9223372036854775807" startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807"
startingLineNumber = "119" startingLineNumber = "119"
......
...@@ -159,7 +159,6 @@ class AdvisoryRootViewController: BaseViewController,UIPageViewControllerDelegat ...@@ -159,7 +159,6 @@ class AdvisoryRootViewController: BaseViewController,UIPageViewControllerDelegat
self.actionGotoMessageWeb(messageId: AccountInfo.sharedInstance().messageId!, isHomePushType: .YesIsHomePushType) self.actionGotoMessageWeb(messageId: AccountInfo.sharedInstance().messageId!, isHomePushType: .YesIsHomePushType)
} }
override func gotoIntelligentCustomerService(){ override func gotoIntelligentCustomerService(){
self.appViewsSstatistics(title: "智能客服(UAT)", scope: AppClickType.OftenAppType.rawValue)
self.getApplicationByBelongAction(applicationName: "IT_ROBOT") self.getApplicationByBelongAction(applicationName: "IT_ROBOT")
} }
/// 应用访问量 /// 应用访问量
......
...@@ -155,7 +155,6 @@ class HomeViewController: BaseViewController,UIPopoverPresentationControllerDele ...@@ -155,7 +155,6 @@ class HomeViewController: BaseViewController,UIPopoverPresentationControllerDele
// self.actionGotoWeb(webViewUrl: url, isHomePushType: .YesIsHomePushType, isShowTitleType: .NoShowTitleType, appid: "", isEncryptionType: .YesEncryptionType) // self.actionGotoWeb(webViewUrl: url, isHomePushType: .YesIsHomePushType, isShowTitleType: .NoShowTitleType, appid: "", isEncryptionType: .YesEncryptionType)
} }
override func gotoIntelligentCustomerService(){ override func gotoIntelligentCustomerService(){
self.appViewsSstatistics(title: "智能客服(UAT)", scope: AppClickType.OftenAppType.rawValue)
self.getApplicationByBelongAction(applicationName: "IT_ROBOT") self.getApplicationByBelongAction(applicationName: "IT_ROBOT")
} }
/// 应用访问量 /// 应用访问量
......
...@@ -75,7 +75,7 @@ extension MineViewController { ...@@ -75,7 +75,7 @@ extension MineViewController {
self?.gotoQRCodeSwiftViewController(isHomePushType: .YesIsHomePushType) self?.gotoQRCodeSwiftViewController(isHomePushType: .YesIsHomePushType)
} else if (content == "智能客服") { } else if (content == "智能客服") {
// self?.actionCustomerServiceVC() // self?.actionCustomerServiceVC()
self?.gotoIntelligentCustomerService() self?.getApplicationByBelongAction(applicationName: "IT_ROBOT")
} else if (content == "部门切换") { } else if (content == "部门切换") {
self?.gotoSetVC() self?.gotoSetVC()
} else if (content == "修改密码") { } else if (content == "修改密码") {
......
...@@ -268,7 +268,6 @@ class MineViewController: BaseViewController,UIPopoverPresentationControllerDele ...@@ -268,7 +268,6 @@ class MineViewController: BaseViewController,UIPopoverPresentationControllerDele
self.actionGotoMessageWeb(messageId: AccountInfo.sharedInstance().messageId!, isHomePushType: .YesIsHomePushType) self.actionGotoMessageWeb(messageId: AccountInfo.sharedInstance().messageId!, isHomePushType: .YesIsHomePushType)
} }
override func gotoIntelligentCustomerService(){ override func gotoIntelligentCustomerService(){
self.appViewsSstatistics(title: "智能客服(UAT)", scope: AppClickType.OftenAppType.rawValue)
self.getApplicationByBelongAction(applicationName: "IT_ROBOT") self.getApplicationByBelongAction(applicationName: "IT_ROBOT")
} }
/// 应用访问量 /// 应用访问量
......
...@@ -216,7 +216,6 @@ class UpcomingViewController: BaseViewController { ...@@ -216,7 +216,6 @@ class UpcomingViewController: BaseViewController {
self.actionGotoMessageWeb(messageId: AccountInfo.sharedInstance().messageId!, isHomePushType: .YesIsHomePushType) self.actionGotoMessageWeb(messageId: AccountInfo.sharedInstance().messageId!, isHomePushType: .YesIsHomePushType)
} }
override func gotoIntelligentCustomerService(){ override func gotoIntelligentCustomerService(){
self.appViewsSstatistics(title: "智能客服(UAT)", scope: AppClickType.OftenAppType.rawValue)
self.getApplicationByBelongAction(applicationName: "IT_ROBOT") self.getApplicationByBelongAction(applicationName: "IT_ROBOT")
} }
} }
#ifndef Demo_codeObfuscation_h #ifndef Demo_codeObfuscation_h
#define Demo_codeObfuscation_h #define Demo_codeObfuscation_h
//confuse string at 2022年 6月 7日 星期二 17时27分51秒 CST //confuse string at 2022年 6月 7日 星期二 17时57分00秒 CST
#define BaseViewController UsIVumYDXUfuZgrV #define BaseViewController OpjYqgoWEKdsypIO
#define myTableView VLsNIsLfbaDWIkWz #define myTableView CRUmrDyVkAASBXNB
#define setCacheAccountInfo EPVOmrDYoQLXYPKy #define setCacheAccountInfo nUkaIlBbjMOLDhkd
#define setClassWebUrlAccountInfo uvpoRRxtoOtWTXNg #define setClassWebUrlAccountInfo quodvZebbVMGnAWm
#define setWebUrlAction vlqtaoOvRZjGCAae #define setWebUrlAction LknfgQvPsxTZAJlv
#define SinglePointWeChatVC gnAPPOPaTtlMhNHH #define SinglePointWeChatVC VjuLxYZGyptqbyXw
#define onLogin xoJAaTuprSqRapAI #define onLogin IQsfmkHFMkmqlPsl
#define getLoginTypeHttpAction UWkSvSCKjoGdkzuz #define getLoginTypeHttpAction behQAXXpGNlzcOaE
#define loginTypeHttpGetCmdTypeAction ueXNgvHxggVZcWWU #define loginTypeHttpGetCmdTypeAction FswZVbWxqnIYqcKu
#define getScopeListHttpCmd LnprzdRIEnMtjjiA #define getScopeListHttpCmd QYmLIdnbtSFGhmDX
#define selectSinglePointTypeAction gxpQVqfgFntGZYUV #define selectSinglePointTypeAction YAFirPPggkbmeVJy
#define getLoginHttpPostCmdCmd ZTBlUtWaAHdFSzds #define getLoginHttpPostCmdCmd sktiwxHENDZUpdzB
#define httpLoginHttpPostResultResponse FeHTssZSXVifSfEM #define httpLoginHttpPostResultResponse HXwOVielsVDucysW
#define getNewVersionUpdateHttpCmd iFWyFZnbSVjSEQkm #define getNewVersionUpdateHttpCmd SSljwARFwdWePgNG
#define getLoginDeviceInformationHttpCmd EXGthTYvUCozjxny #define getLoginDeviceInformationHttpCmd RbdnefetlCWgTFQp
#define getMyInformationHttpGetCmd fPqgnyZpYifdqKob #define getMyInformationHttpGetCmd wNEFuoJCFJDdCIHJ
#define getVerifyTokenHttpPostCmdAction ZygaSRqzgGjfiioi #define getVerifyTokenHttpPostCmdAction fbAKuGJoJbeKZWBF
#define httpVerifyTokenHttpResultResponse VYdUrymAirEgqTVL #define httpVerifyTokenHttpResultResponse dWJowtZJroxpWauH
#define loginGetUserInfo zfvnRsXMacXIWvEA #define loginGetUserInfo sexbTbZAxvVKYGwr
#define httpSinglePointinfoHttpResultResponse cujbTpasxNqIVclt #define httpSinglePointinfoHttpResultResponse vLKZhOcabvbovyMX
#define getWeChatXinfoHttpPostCmd udxlFERtToHpHbcs #define getWeChatXinfoHttpPostCmd ZHVqwIXTQizowpVO
#define getWeChatBindingHttpPostCmd VCPELZYhroVLFSvh #define getWeChatBindingHttpPostCmd YsQqVctIUuBLxuNI
#define httpWeChatXinfoHttpResultResponse iwiupuWRhHgMNHYs #define httpWeChatXinfoHttpResultResponse zNKlifAtUxukvXbq
#define SinglePointWeChatHttp aZfCbMhTDaCcifHz #define SinglePointWeChatHttp bDEMHeDAaQYENTRY
#define judgmentTokenExpired(resultBlock:@escaping ImypncVxehgaJZSj #define judgmentTokenExpired(resultBlock:@escaping GosUPKEYNpHJtGZY
#define httpVerificationTokenHttpResultResponse(result:RequestResult,resultBlock:@escaping yeMbKyHpLfHvPmiv #define httpVerificationTokenHttpResultResponse(result:RequestResult,resultBlock:@escaping mhbdToXoSnAfhQLW
#define getRefreshTokenHttpPostCmd(resultBlock:@escaping xTNsqOXMzAsUhLxD #define getRefreshTokenHttpPostCmd(resultBlock:@escaping NXUKjXRFPLuiDjWZ
#define func kouFWYxedtGHjjfs #define func KOHlEyPtILVsyaPd
#define getLoginDeviceInformationHttpCmd(resultBlock:@escaping FpDNQwHuDwPSsuLN #define getLoginDeviceInformationHttpCmd(resultBlock:@escaping MauQNhvnFCacIqza
#define httpDeviceInformationHttpResultResponse(result: RDtCDKEKdaTQDCDg #define httpDeviceInformationHttpResultResponse(result: vXSoODjzTbfSpaHG
#define LoginViewController GpTlfCUmfGoVIlfi #define LoginViewController nKbuegQAFLTGPacz
#define WeChatBindingViewController uojFzxKPZMovLTFC #define WeChatBindingViewController cFlATOuzzKQZaABS
#define SinglePointViewController fqUssRFcyEXbkWvu #define SinglePointViewController WKsIxOcJUmCdrsPO
#define MineViewController qaEhvmIMknbGwOhP #define MineViewController WqOBaAaMJsUqnqvX
#define getSelectCompanyHttpCmd lurhOBSYZNhfEMwk #define getSelectCompanyHttpCmd rYOXynLaqMaKfZnw
#define httpSelectCompanyHttpResultResponse hVhgCpfwnLNVAwOW #define httpSelectCompanyHttpResultResponse AXCDyEskkwEGXXnJ
#define SelectCompanyViewController SfLCEWZvUPUjxSMb #define SelectCompanyViewController FNCXvMhNEwUwCviM
#define MineMoreViewController lWIgldLCyzPwTqsW #define MineMoreViewController EIkcUWUmZLFoHxUx
#define WebSwiftViewController xsfbPTZioyKbYBlN #define WebSwiftViewController gbGzllXUZbOKlDMa
#define webView FrVQKJChQaXgynsX #define webView TGfJtznzMGnJcCFL
#define webViewUrl hmaXWTFNzWEloKwj #define webViewUrl VzAqJJRJNeQVwHHc
#define appid bNosuNNjWZdKYTot #define appid WgDhmUAdwjzneOVm
#define webActionTitle XnNsaMXBBdQbokYJ #define webActionTitle wKcbmacSSzFbeSRR
#define setwebView wbVKLzBfoXQPjczW #define setwebView IQBkTqAVlmZUtvgE
#define backPrevious pOZumaDsqOBPCLOU #define backPrevious iakTcBkbDdyNGgIW
#define WebActionOC ggufugOyZjqDgqNo #define WebActionOC tjgfltItbWietBkE
#define getUrl KoOFloYToOMtEILj #define getUrl VSieOaEhLpnFSHCD
#define getWebCookie uECPbAgyrkbirAmf #define getWebCookie qvaSwehtehIISZqW
#define encryptAES pwBLxZycOqYwzJAR #define encryptAES gOwXRMbiQjBMffuZ
#define decryptAES HDJakkBuEOMhyHiv #define decryptAES ZFHaXFudAnJinyDI
#define ChangePassWordViewController mSSqNWPcvFtWgXeC #define ChangePassWordViewController sfBhxqobTILMRhzw
#define oldTextView kNaCBpjNEYwzmZFa #define oldTextView noLPpIirjpxvnnKJ
#define newTextView bwyDYkZnPWBNehZO #define newTextView trSWlgZUqCRerOWj
#define confirmPassTextView fELkeUYWXZJyoqZp #define confirmPassTextView ezhCLQnvpvTAsEWq
#define actionChangePassWord AlFvgpVkLLRgjdTJ #define actionChangePassWord FudHJeiyzLbVsuSz
#define getChangePasswordHttpCmd KdyCooHCHmJlhrHc #define getChangePasswordHttpCmd VAPRmcZeRyZcUsPS
#define httpChangePasswordHttpResultResponse qLlThIwuaXEMlwYb #define httpChangePasswordHttpResultResponse uLhYBFtWCCqxXqwO
#define getSinglePointPasswordHttpPostCmd dCORqAPvlHWxlglL #define getSinglePointPasswordHttpPostCmd TBoXWMNjEVVzFBQn
#define httpSinglePointPasswordHttpResultResponse EbIhKSftMvHLXZPA #define httpSinglePointPasswordHttpResultResponse HnDCjMeAoDNgeGty
#define loginTypeHttpGetCmdTypeAction SaofxbAaaZJoLhcS #define loginTypeHttpGetCmdTypeAction JJRepZRuVShiPTYJ
#define MineMoreViewController VcFWcNKgmaMelYeZ #define MineMoreViewController vvgXHXUnfMhEymUc
#define getMyApplicationListHttpCmd jNMNmLEgEyIpXCBu #define getMyApplicationListHttpCmd QbshaNZjydiORSAM
#define httpMyApplicationListHttpResultResponse bayyZFkQZzdvNGwp #define httpMyApplicationListHttpResultResponse vFJsLljLemyREaPE
#define getAllApplicationHttpListCmd RqjzrVZDVUQGvZQc #define getAllApplicationHttpListCmd QleEbkHVnIqqRdap
#define httpMoreApplicationsTwoHttpResultResponse HMAqfbBwJVaNgCLg #define httpMoreApplicationsTwoHttpResultResponse RDuFLfgrvePpcZnz
#define changeBlockAction OksyRtHqdoYMfBQD #define changeBlockAction ZuJEIIqcHEBIeDcv
#define getHttpCollcetionViewModellArray MdcPAesqeHLFmVVZ #define getHttpCollcetionViewModellArray OpZwTSSGzhjNXZau
#define getHttpCollcetionViewModellTwoArray ZduYJGmOVKAjwlVC #define getHttpCollcetionViewModellTwoArray gOOLYpdsmzcxrIph
#define getHttpMineMoreCollectionViewCellModel jnWbxnlfGgPFeKRI #define getHttpMineMoreCollectionViewCellModel WqfBRUGhYzUygYyN
#define getSaveApplicationsHttpCmd yZcYvLXNEVELUKcA #define getSaveApplicationsHttpCmd bWYXIfIENVDluLsR
#define httpSaveApplicationListHttpResultResponse BUgzmAjAIPQVfYdF #define httpSaveApplicationListHttpResultResponse fAIshMpimBttLxbO
#define httpSelectCompanyHttpResultResponse MtneAqeDZmvTZVmD #define httpSelectCompanyHttpResultResponse ONTpwsKiZEtvNkfJ
#define gotoCompanyListVC VsGoObGfrKXQSeJB #define gotoCompanyListVC hsXsfaNRmQIijABW
#define SelectCompanyViewController OxhaLaIkFjcpxytr #define SelectCompanyViewController zXJPfjZCdXNnHUOF
#define actionCompanyHttpGCD ujsowUOmTnOOtYOp #define actionCompanyHttpGCD eTCusgvDZHmcXTcK
#define actiondepartmentHttpGCD XHOBUaPpyGEtYGKf #define actiondepartmentHttpGCD xvrySmoGHiGEQWfU
#define myApplicationAction WsyFKeGhOLFeLmbS #define myApplicationAction PfdMQgkmfqEQcrJO
#define downloadOpenApp vxZOzumyaAAFomux #define downloadOpenApp nHhdJHtfXALiHxAU
#define oftenApplicationType mPKqNrUxveaEgdAV #define oftenApplicationType MWtKuonoWPponsmp
#define HTHttpConfig LcLmpUjNAPZsKkgH #define HTHttpConfig ZgTgASLqkjeMsFQs
#define kServiceAddressURL1 uDFsIzTjPpzfLhlz #define kServiceAddressURL1 sbUJRZbpXfpQZCIF
#define imageURL1 DJqzymKEfKtGQByQ #define imageURL1 gabHmHpbRhzUZsWk
#define kServiceAddressURL VeWPAkEZEScfuAiN #define kServiceAddressURL wmahvTbyQBruEQXM
#define imageURL MJLKvLzeGfkcuCSy #define imageURL vOgvmvsXZpTlTrqp
#define kServiceAddressURL2 cRACywCKTOgmYect #define kServiceAddressURL2 ezbYJdPpcSzoevcx
#define imageURL2 APTMWCHPOcOjegee #define imageURL2 vDTzXNbLKeLHDUnW
#define HomeViewController QSXgTOLXueAokSBW #define HomeViewController tkZmIfNmXQWmpaDg
#define actionHttpGCD qjrMIjkQyDfdipVM #define actionHttpGCD cqthgdQmXeNDGqKz
#define getHttpHomeClassListCmd kWihRKXvdFeiKeVr #define getHttpHomeClassListCmd yPhwPkXlkpLAIyTF
#define httpHttpHomeClassListResultResponse PnJnsHQCeBMFzmGn #define httpHttpHomeClassListResultResponse mcymApgMxrmoeabk
#define getUpcomingCountHttpPostCmd HgOiLLKcwhwrigVW #define getUpcomingCountHttpPostCmd wpJXkRACzbsAaxvw
#define httpUpcomingCountHttpResultResponse hDNryuYYZCTrUPUD #define httpUpcomingCountHttpResultResponse NkuPTqjxasNiAQyh
#define getMessageNunberShowHttpPostCmd ZrndebJKdTqiDadI #define getMessageNunberShowHttpPostCmd SFTtwtMqsCDiFdhq
#define httpMessageNumberShowHttpResultResponse qfELmZdFRYXMvHVG #define httpMessageNumberShowHttpResultResponse XxBxHWqVVOGvxpsa
#endif #endif
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