KSBaseWKWebViewController.m 76 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727
  1. //
  2. // KSBaseWKWebViewController.m
  3. // KulexiuForTeacher
  4. //
  5. // Created by Kyle on 2022/3/17.
  6. //
  7. #import "KSBaseWKWebViewController.h"
  8. #import "WebViewBaseConfig.h" // 基础配置
  9. #import <KSToolLibrary/UIDevice+TFDevice.h> // 横竖屏
  10. // 其他web
  11. #import "KSLocalWebViewController.h"
  12. #import "KSAccompanyWebViewController.h"
  13. #import "AppDelegate+AppService.h"
  14. #import "UserInfoManager.h"
  15. #import "KSMediaManager.h"
  16. #import "KSUMShareManager.h"
  17. #import "KSOrderManager.h"
  18. #import "KSEnterLiveroomManager.h"
  19. // 保存文件
  20. #import <KSToolLibrary/KSICloudManager.h>
  21. #import <KSToolLibrary/KSDocumentViewController.h>
  22. // 聊天
  23. #import "KSChatConversationViewController.h"
  24. #import "KSGroupConversationController.h"
  25. // 业务页面
  26. #import "AddressListViewController.h"
  27. #import "MusicRoomViewController.h"
  28. // 视频封面选择
  29. #import "KSVideoCropViewController.h"
  30. // 错误刷新web 页面
  31. #import "KSWebLoadRefreshView.h"
  32. #import "KSNewAlertView.h"
  33. typedef NS_ENUM(NSInteger, CHOOSETYPE) {
  34. CHOOSETYPE_XML,
  35. CHOOSETYPE_MIDI,
  36. CHOOSETYPE_MP3,
  37. CHOOSETYPE_ALL,
  38. };
  39. @interface KSBaseWKWebViewController ()<UIDocumentPickerDelegate,UIDocumentInteractionControllerDelegate>
  40. @property (nonatomic, assign) BOOL isOutLink; // 外部链接
  41. @property (nonatomic,weak) CALayer *progressLayer;
  42. @property (nonatomic, assign) BOOL hasModify;
  43. @property (nonatomic, assign) BOOL hasChangeSource; // 是否切换了亮屏,横屏等配置
  44. /// 选择本地文件 parm
  45. @property (nonatomic, strong) NSMutableDictionary *chooseFileParm;
  46. @property (nonatomic, strong) KSMediaManager *mediaManager;
  47. @property (strong, nonatomic) MBProgressHUD *HUD;
  48. @property (nonatomic, assign) CHOOSETYPE fileChooseType;
  49. @property (nonatomic, strong) NSString *bucketName;
  50. @property (nonatomic, assign) BOOL isFirstLoad;
  51. @property (nonatomic, strong) KSWebLoadRefreshView *errorView;
  52. @property (nonatomic, strong) KSUMShareManager *shareManager;
  53. @property (nonatomic, assign) BOOL isDownloadFile;
  54. @property (nonatomic, strong) KSNewAlertView *wifiAlert;
  55. @end
  56. @implementation KSBaseWKWebViewController
  57. - (void)viewDidLoad {
  58. [super viewDidLoad];
  59. // Do any additional setup after loading the view.
  60. self.ks_prefersNavigationBarHidden = YES; // 隐藏导航栏,其他事件额外处理
  61. [self initWebView];
  62. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(operationDealCallbackMessage:) name:DEALCALLBACKNOTICIFATION object:nil];
  63. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(backLoginView) name:@"liveroomBackRefresh" object:nil];
  64. self.isFirstLoad = YES;
  65. [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(captureViewTips:) name:UIScreenCapturedDidChangeNotification object:nil];
  66. }
  67. - (void)operationDealCallbackMessage:(NSNotification *)notification {
  68. NSString *status = [notification object];
  69. NSMutableDictionary *sendParm = [NSMutableDictionary dictionary];
  70. [sendParm setValue:@"paymentOperation" forKey:@"api"];
  71. NSMutableDictionary *content = [NSMutableDictionary dictionary];
  72. [content setValue:status forKey:@"status"];
  73. [sendParm setValue:content forKey:@"content"];
  74. [self postMessage:sendParm];
  75. }
  76. - (void)setParmDic:(NSDictionary *)parmDic {
  77. _parmDic = parmDic;
  78. _hasChangeSource = YES;
  79. BOOL isOpenLight = [parmDic ks_boolValueForKey:@"isOpenLight"];
  80. [[UIApplication sharedApplication] setIdleTimerDisabled:isOpenLight];
  81. // 横竖屏
  82. NSInteger orientation = [parmDic ks_integerValueForKey:@"orientation"];
  83. BOOL isLandScape = orientation == 0 ? YES : NO;
  84. self.ks_landScape = isLandScape;
  85. [self changeOrientation:isLandScape];
  86. }
  87. - (void)changeOrientation:(BOOL)isLandScape {
  88. if (isLandScape) {
  89. // 切换到横屏
  90. if (IS_IPAD) {
  91. self.zh_statusBarHidden = YES;
  92. }
  93. AppDelegate* delegate = (AppDelegate*)[UIApplication sharedApplication].delegate;
  94. delegate.allowAutoRotate = YES;
  95. [UIDevice switchNewOrientation:UIInterfaceOrientationLandscapeRight inController:self];
  96. }
  97. else {
  98. if (IS_IPAD) {
  99. self.zh_statusBarHidden = NO;
  100. }
  101. AppDelegate* delegate = (AppDelegate*)[UIApplication sharedApplication].delegate;
  102. delegate.allowAutoRotate = NO;
  103. [UIDevice switchNewOrientation:UIInterfaceOrientationPortrait inController:self];
  104. }
  105. }
  106. - (void)viewWillAppear:(BOOL)animated {
  107. [super viewWillAppear:animated];
  108. if (_hasChangeSource) {
  109. [self setParmDic:self.parmDic];
  110. }
  111. if (self.isFirstLoad == NO) {
  112. [self sendResumeMessage];
  113. }
  114. self.isFirstLoad = NO;
  115. [self checkCaptured];
  116. }
  117. - (void)sendResumeMessage {
  118. NSMutableDictionary *parm = [NSMutableDictionary dictionary];
  119. [parm setValue:@"webViewOnResume" forKey:@"api"];
  120. [self postMessage:parm];
  121. }
  122. - (void)viewWillDisappear:(BOOL)animated {
  123. [super viewWillDisappear:animated];
  124. BOOL isBack = [self isViewPopDismiss];
  125. if (isBack) {
  126. if (self.preCtrl) {
  127. if (self.ks_landScape != self.preCtrl.ks_landScape) {
  128. [self changeOrientation:self.preCtrl.ks_landScape];
  129. }
  130. }
  131. if (![self.preCtrl isKindOfClass:[KSBaseWKWebViewController class]]) {
  132. [[UIApplication sharedApplication] setIdleTimerDisabled:NO];
  133. }
  134. }
  135. else {
  136. if ([self.presentedViewController isKindOfClass:NSClassFromString(@"TZImagePickerController")] || [self.presentedViewController isKindOfClass:NSClassFromString(@"RSKImageCropViewController")] || [self.presentedViewController isKindOfClass:NSClassFromString(@"KSVideoCropViewController")]) {
  137. NSLog(@"-----");
  138. }
  139. else {
  140. KSBaseViewController *nextCtrl = [self getNextViewController];
  141. if (nextCtrl) {
  142. if (nextCtrl.ks_landScape != self.ks_landScape) {
  143. [self changeOrientation:NO];
  144. }
  145. }
  146. }
  147. }
  148. }
  149. - (void)initWebView {
  150. [self.scrollView removeFromSuperview];
  151. if (_myWebView == nil) {
  152. WKWebViewConfiguration *config = [[WKWebViewConfiguration alloc] init];
  153. config.selectionGranularity = WKSelectionGranularityDynamic;
  154. config.allowsInlineMediaPlayback = YES;
  155. config.mediaTypesRequiringUserActionForPlayback = NO;
  156. config.processPool = [KSBaseWKWebViewController singleWkProcessPool];
  157. config.websiteDataStore = [WKWebsiteDataStore defaultDataStore];
  158. [self configUserAgent:config];
  159. //自定义的WKScriptMessageHandler 是为了解决内存不释放的问题
  160. WeakWebViewScriptMessageDelegate *weakScriptMessageDelegate = [[WeakWebViewScriptMessageDelegate alloc] initWithDelegate:self];
  161. //这个类主要用来做native与JavaScript的交互管理
  162. WKUserContentController * wkUController = [[WKUserContentController alloc] init];
  163. [wkUController addScriptMessageHandler:weakScriptMessageDelegate name:SCRIPT_NAME];
  164. config.userContentController = wkUController;
  165. WKPreferences *preferences = [WKPreferences new];
  166. // 是否支出javaScript
  167. preferences.javaScriptEnabled = YES;
  168. //不通过用户交互,是否可以打开窗口
  169. preferences.javaScriptCanOpenWindowsAutomatically = YES;
  170. config.preferences = preferences;
  171. _myWebView = [[WKWebView alloc] initWithFrame:CGRectZero configuration:config];
  172. _myWebView.UIDelegate = self;
  173. _myWebView.navigationDelegate = self;
  174. _myWebView.scrollView.bounces = NO;
  175. #ifdef DEBUG
  176. if (@available(iOS 16.4, *)) {
  177. _myWebView.inspectable = YES;
  178. }
  179. #endif
  180. // 加载进度条和title
  181. [_myWebView addObserver:self forKeyPath:@"estimatedProgress" options:NSKeyValueObservingOptionNew context:nil];
  182. [_myWebView addObserver:self forKeyPath:@"title" options:NSKeyValueObservingOptionNew context:NULL];
  183. [self.view addSubview:_myWebView];
  184. [_myWebView mas_makeConstraints:^(MASConstraintMaker *make) {
  185. make.left.right.mas_equalTo(self.view);
  186. make.top.mas_equalTo(self.view.mas_top);
  187. make.bottom.mas_equalTo(self.view.mas_bottom);
  188. }];
  189. _myWebView.scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
  190. [self setupProgress];
  191. [self loadRequest];
  192. }
  193. else {
  194. [_myWebView reload];
  195. }
  196. }
  197. - (void)configUserAgent:(WKWebViewConfiguration *)config {
  198. NSString *oldUserAgent = config.applicationNameForUserAgent;
  199. NSString *newAgent = [NSString stringWithFormat:@"%@ %@ %@",oldUserAgent,AGENT_NAME,AGENT_DOMAIN];
  200. config.applicationNameForUserAgent = newAgent;
  201. }
  202. - (void)loadRequest {
  203. NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:self.url] cachePolicy:NSURLRequestReloadIgnoringLocalCacheData timeoutInterval:60.0f];
  204. [self.myWebView loadRequest:request];
  205. }
  206. - (NSString *)url {
  207. if (_url) {
  208. if ([_url containsString:@"Authorization="]) {
  209. NSRange range = [_url rangeOfString:@"Authorization="];
  210. if (range.location != NSNotFound) {
  211. _url = [_url substringToIndex:range.location-1];
  212. }
  213. }
  214. NSString *sepectString = [_url containsString:@"?"] ? @"&" : @"?";
  215. NSString *tokenStr = UserDefault(TokenKey);
  216. if (![NSString isEmptyString:tokenStr]) {
  217. NSString *token = [[NSString stringWithFormat:@"Authorization=%@ %@", UserDefault(Token_type), tokenStr] stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
  218. _url = [NSString stringWithFormat:@"%@%@%@",_url, sepectString, token];
  219. }
  220. }
  221. return _url;
  222. }
  223. #pragma mark --- 返回按钮的处理
  224. - (void)backPreViewAction {
  225. [self.myWebView stopLoading];
  226. if (_backRootView) {
  227. [self.navigationController popToRootViewControllerAnimated:NO];
  228. return;
  229. }
  230. else if (_isBackPreView) {
  231. [self.navigationController popViewControllerAnimated:YES];
  232. return;
  233. }
  234. else {
  235. [self.navigationController popViewControllerAnimated:YES];
  236. }
  237. }
  238. - (void)backAction {
  239. [self.myWebView stopLoading];
  240. if (_backRootView) {
  241. [self.navigationController popToRootViewControllerAnimated:NO];
  242. return;
  243. }
  244. else if (_isBackPreView) {
  245. [self.navigationController popViewControllerAnimated:YES];
  246. return;
  247. }
  248. else if ([self.myWebView canGoBack]) {
  249. [self.myWebView goBack];
  250. }
  251. else {
  252. [self.navigationController popViewControllerAnimated:YES];
  253. }
  254. }
  255. #pragma mark - WKScriptMessageHandler
  256. - (void)userContentController:(WKUserContentController *)userContentController
  257. didReceiveScriptMessage:(WKScriptMessage *)message {
  258. if ([message.name isEqualToString:SCRIPT_NAME]) {
  259. NSDictionary *parm = [self convertJsonStringToNSDictionary:message.body];
  260. // 回到主线程
  261. dispatch_async(dispatch_get_main_queue(), ^{
  262. [self handleScriptMessageSource:parm];
  263. });
  264. }
  265. }
  266. - (void)handleScriptMessageSource:(NSDictionary *)parm {
  267. if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"back"]) { // 返回
  268. [self backPreViewAction];
  269. }
  270. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"goBack"]) { // 逐级返回
  271. [self backAction];
  272. }
  273. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"login"]) {
  274. // 回到登录页面
  275. [self backLoginView];
  276. }
  277. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"openWebView"]) { // 打开新页面
  278. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  279. KSBaseWKWebViewController *detailCtrl = [[KSBaseWKWebViewController alloc] init];
  280. detailCtrl.url = [valueDic ks_stringValueForKey:@"url"];
  281. detailCtrl.parmDic = valueDic;
  282. NSInteger orientation = [valueDic ks_integerValueForKey:@"orientation"];
  283. BOOL isLandScape = orientation == 0 ? YES : NO;
  284. detailCtrl.ks_landScape = isLandScape;
  285. [self postMessage:parm];
  286. [self.navigationController pushViewController:detailCtrl animated:YES];
  287. }
  288. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"setRequestedOrientation"]) {
  289. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  290. // 横竖屏
  291. NSInteger orientation = [valueDic ks_integerValueForKey:@"orientation"];
  292. BOOL isLandScape = orientation == 0 ? YES : NO;
  293. self.ks_landScape = isLandScape;
  294. [self changeOrientation:isLandScape];
  295. }
  296. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"keepScreenLongLight"]) {
  297. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  298. BOOL isOpenLight = [valueDic ks_boolValueForKey:@"isOpenLight"];
  299. [[UIApplication sharedApplication] setIdleTimerDisabled:isOpenLight];
  300. }
  301. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"downLoad"]) {
  302. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  303. if ([valueDic ks_stringValueForKey:@"PDF"]) {
  304. NSString *url = [valueDic ks_stringValueForKey:@"downloadUrl"];
  305. [KSNetworkingManager downloadFileRequestWithFileUrl:url progress:^(int64_t bytesRead, int64_t totalBytes) {
  306. } success:^(NSURL * _Nonnull fileUrl) {
  307. [LOADING_MANAGER KSShowMsg:@"下载成功" promptCompletion:^{
  308. [self displaySource:fileUrl];
  309. }];
  310. } faliure:^(NSError * _Nonnull error) {
  311. }];
  312. }
  313. }
  314. // 回调是否刘海屏
  315. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"isSpecialShapedScreen"]) {
  316. BOOL isShapedScreen = iPhoneXSafeTopMargin > 0 ? YES : NO;
  317. NSMutableDictionary *valueDic = [NSMutableDictionary dictionaryWithDictionary:[parm ks_dictionaryValueForKey:@"content"]];
  318. [valueDic setValue:@(isShapedScreen) forKey:@"isSpecialShapedScreen"];
  319. [valueDic setValue:@(iPhoneXSafeTopMargin*2) forKey:@"notchHeight"];
  320. NSMutableDictionary *sendParm = [NSMutableDictionary dictionaryWithDictionary:parm];
  321. [sendParm setValue:valueDic forKey:@"content"];
  322. [self postMessage:sendParm];
  323. }
  324. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"getToken"]) {
  325. NSMutableDictionary *valueDic = [NSMutableDictionary dictionaryWithDictionary:[parm ks_dictionaryValueForKey:@"content"]];
  326. [valueDic setValue:UserDefault(Token_type) forKey:@"tokenType"];
  327. [valueDic setValue:UserDefault(TokenKey) forKey:@"accessToken"];
  328. NSMutableDictionary *sendParm = [NSMutableDictionary dictionaryWithDictionary:parm];
  329. [sendParm setValue:valueDic forKey:@"content"];
  330. [self postMessage:sendParm];
  331. }
  332. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"openAccompanyWebView"]) { // 打开伴奏
  333. PREMISSIONTYPE micEnable = [RecordCheckManager checkMicPermissionAvaiable];
  334. PREMISSIONTYPE cameraEnable = [RecordCheckManager checkCameraPremissionAvaiable];
  335. if (micEnable == PREMISSIONTYPE_YES && cameraEnable == PREMISSIONTYPE_YES) { // 如果麦克风和摄像头权限都有
  336. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  337. KSAccompanyWebViewController *detailCtrl = [[KSAccompanyWebViewController alloc] init];
  338. detailCtrl.url = [valueDic ks_stringValueForKey:@"url"];
  339. detailCtrl.parmDic = valueDic;
  340. NSInteger orientation = [valueDic ks_integerValueForKey:@"orientation"];
  341. BOOL isLandScape = orientation == 0 ? YES : NO;
  342. detailCtrl.ks_landScape = isLandScape;
  343. [self postMessage:parm];
  344. [self.navigationController pushViewController:detailCtrl animated:YES];
  345. }
  346. else {
  347. if (micEnable == PREMISSIONTYPE_NO && cameraEnable == PREMISSIONTYPE_NO) { // 如果麦克风权限和摄像头权限都没有
  348. [self showAlertWithMessage:@"请开启相机和麦克风访问权限" type:CHECKDEVICETYPE_BOTH];
  349. }
  350. else if (micEnable == PREMISSIONTYPE_NO) { // 如果没有麦克风权限
  351. [self showAlertWithMessage:@"请开启麦克风访问权限" type:CHECKDEVICETYPE_MIC];
  352. }
  353. else if (cameraEnable == PREMISSIONTYPE_NO) { // 如果没有摄像头权限
  354. [self showAlertWithMessage:@"请开启相机访问权限" type:CHECKDEVICETYPE_CAMREA];
  355. }
  356. }
  357. }
  358. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"checkAlbum"]) { // 判断权限
  359. [self postMessage:parm];
  360. PREMISSIONTYPE albumEnable = [RecordCheckManager checkPhotoLibraryPremissionAvaiable];
  361. if (albumEnable == PREMISSIONTYPE_NO) {
  362. [self showAlertWithMessage:@"请开启相册访问权限" type:CHECKDEVICETYPE_CAMREA];
  363. }
  364. }
  365. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"shareAchievements"]) { // 分享
  366. //
  367. [self shareFunctionWithParm:parm];
  368. }
  369. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"setStatusBarTextColor"]) { // 设置状态栏颜色
  370. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  371. BOOL whiteColor = [valueDic ks_boolValueForKey:@"statusBarTextColor"];
  372. if (whiteColor) {
  373. [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleLightContent;
  374. }
  375. else {
  376. if (@available(iOS 13.0, *)) {
  377. [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleDarkContent;
  378. } else {
  379. // Fallback on earlier versions
  380. [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleDefault;
  381. }
  382. }
  383. }
  384. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"getNavHeight"]) { // 获取状态栏高度和 title heigt
  385. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  386. [valueDic setValue:[NSNumber numberWithFloat:STATUS_GAP*2] forKey:@"navHeight"];
  387. [valueDic setValue:@(44*2) forKey:@"titleHeight"];
  388. [parm setValue:valueDic forKey:@"content"];
  389. [self postMessage:parm];
  390. }
  391. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"joinChatGroup"]) {
  392. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  393. NSString *targetId = [valueDic ks_stringValueForKey:@"id"];
  394. if ([[valueDic ks_stringValueForKey:@"type"] isEqualToString:@"single"]) { // 单聊
  395. TUIChatConversationModel *model = [[TUIChatConversationModel alloc] init];
  396. model.userID = targetId;
  397. KSChatConversationViewController *ctrl = [[KSChatConversationViewController alloc] init];
  398. ctrl.conversation = model;
  399. [self.navigationController pushViewController:ctrl animated:YES];
  400. }
  401. else if ([[valueDic ks_stringValueForKey:@"type"] isEqualToString:@"multi"]) { // 群聊
  402. if ([NSString isEmptyString:targetId]) {
  403. [LOADING_MANAGER MBShowAUTOHidingInWindow:@"报名未结束,暂无群组"];
  404. return;
  405. }
  406. TUIChatConversationModel *model = [[TUIChatConversationModel alloc] init];
  407. model.groupID = targetId;
  408. KSGroupConversationController *ctrl = [[KSGroupConversationController alloc] init];
  409. ctrl.conversation = model;
  410. [self.navigationController pushViewController:ctrl animated:YES];
  411. }
  412. }
  413. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"chooseFile"]) {
  414. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  415. self.chooseFileParm = [NSMutableDictionary dictionaryWithDictionary:valueDic];
  416. NSString *typeStr = [valueDic ks_stringValueForKey:@"type"];
  417. NSInteger maxCount = [valueDic ks_integerValueForKey:@"max"];
  418. NSString *bucket = [valueDic ks_stringValueForKey:@"bucket"];
  419. [self chooseFileWithType:typeStr maxNumber:maxCount bucket:bucket];
  420. }
  421. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"setAddress"]) { // 跳转地址选择
  422. AddressListViewController *ctrl = [[AddressListViewController alloc] init];
  423. ctrl.isChooseAddress = YES;
  424. MJWeakSelf;
  425. [ctrl chooseAddressAction:^(AddressListModel * _Nonnull model) {
  426. [weakSelf sendAddressAction:model];
  427. }];
  428. [self.navigationController pushViewController:ctrl animated:YES];
  429. }
  430. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"savePicture"]) { // 保存图片到相册
  431. // 判断相册权限
  432. PREMISSIONTYPE albumEnable = [RecordCheckManager checkPhotoLibraryPremissionAvaiable];
  433. if (albumEnable == PREMISSIONTYPE_YES) { // 如果有权限
  434. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  435. NSString *base64String = [valueDic ks_stringValueForKey:@"base64"];
  436. UIImage *saveImage = [self imageWithBase64String:base64String];
  437. [[TZImageManager manager] savePhotoWithImage:saveImage completion:^(PHAsset *asset, NSError *error) {
  438. if (!error) {
  439. [self savePicCallback:[valueDic ks_stringValueForKey:@"uuid"] isSuccess:YES];
  440. }
  441. else {
  442. [self savePicCallback:[valueDic ks_stringValueForKey:@"uuid"] isSuccess:NO];
  443. }
  444. }];
  445. }
  446. else {
  447. if (albumEnable == PREMISSIONTYPE_NO) {
  448. [self showAlertWithMessage:@"请开启相册访问权限" type:CHECKDEVICETYPE_CAMREA];
  449. }
  450. }
  451. }
  452. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"getVersion"]) {
  453. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  454. NSMutableDictionary *sendParm = [NSMutableDictionary dictionary];
  455. [parm setValue:@"getVersion" forKey:@"api"];
  456. NSMutableDictionary *content = [NSMutableDictionary dictionary];
  457. [content setValue:[USER_MANAGER getCurrentVersion] forKey:@"version"];
  458. [content setValue:[valueDic ks_stringValueForKey:@"uuid"] forKey:@"uuid"];
  459. [sendParm setValue:content forKey:@"content"];
  460. [self postMessage:sendParm];
  461. }
  462. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"getDeviceStatus"]) {
  463. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  464. NSString *type = [valueDic ks_stringValueForKey:@"type"];
  465. if ([type isEqualToString:@"video"]) {
  466. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.3 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
  467. NSString *status;
  468. if ([self checkIsCaptured]) {
  469. status = @"1";
  470. }
  471. else {
  472. status = @"0";
  473. }
  474. NSMutableDictionary *sendParm = [NSMutableDictionary dictionary];
  475. [sendParm setValue:@"getDeviceStatus" forKey:@"api"];
  476. NSMutableDictionary *content = [NSMutableDictionary dictionary];
  477. [content setValue:[valueDic ks_stringValueForKey:@"type"] forKey:@"type"];
  478. [content setValue:[valueDic ks_stringValueForKey:@"uuid"] forKey:@"uuid"];
  479. [content setValue:status forKey:@"status"];
  480. [sendParm setValue:content forKey:@"content"];
  481. [self postMessage:sendParm];
  482. });
  483. }
  484. }
  485. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"callPhone"]) {
  486. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  487. NSString *phone = [valueDic ks_stringValueForKey:@"phone"];
  488. [self CallPhoneWith:phone];
  489. }
  490. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"setCache"]) {
  491. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  492. NSString *key = [valueDic ks_stringValueForKey:@"key"];
  493. NSString *value = [valueDic ks_stringValueForKey:@"value"];
  494. UserDefaultSetObjectForKey(value, key);
  495. }
  496. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"getCache"]) {
  497. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  498. NSString *key = [valueDic ks_stringValueForKey:@"key"];
  499. NSString *value = UserDefault(key);
  500. NSMutableDictionary *parm = [NSMutableDictionary dictionaryWithDictionary:valueDic];
  501. [parm setValue:value forKey:@"value"];
  502. NSMutableDictionary *sendParm = [NSMutableDictionary dictionary];
  503. [sendParm setValue:@"getCache" forKey:@"api"];
  504. [sendParm setValue:parm forKey:@"content"];
  505. [self postMessage:sendParm];
  506. }
  507. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"isInstall"]) {
  508. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  509. NSString *type = [valueDic ks_stringValueForKey:@"type"];
  510. NSURL *url = [NSURL URLWithString:type];
  511. BOOL canOpen = [[UIApplication sharedApplication] canOpenURL:url];
  512. NSInteger installStatus = canOpen ? 1 : 0;
  513. NSMutableDictionary *parm = [NSMutableDictionary dictionaryWithDictionary:valueDic];
  514. [parm setValue:@(installStatus) forKey:@"installStatus"];
  515. NSMutableDictionary *sendParm = [NSMutableDictionary dictionary];
  516. [sendParm setValue:@"isInstall" forKey:@"api"];
  517. [sendParm setValue:parm forKey:@"content"];
  518. [self postMessage:sendParm];
  519. }
  520. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"openApp"]) {
  521. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  522. NSString *type = [valueDic ks_stringValueForKey:@"type"];
  523. NSURL *url = [NSURL URLWithString:type];
  524. if ([[UIApplication sharedApplication] canOpenURL:url]) {
  525. [[UIApplication sharedApplication] openURL:url options:@{} completionHandler:nil];
  526. }
  527. }
  528. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"downloadApp"]) {
  529. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  530. NSString *openUrl = [valueDic ks_stringValueForKey:@"url"];
  531. bool can = [[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:openUrl]];
  532. if(can){
  533. [[UIApplication sharedApplication] openURL:[NSURL URLWithString:openUrl] options:@{} completionHandler:nil];
  534. }
  535. }
  536. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"shareTripartite"]) { // 分享到微信
  537. [self shareToWeChat:parm];
  538. }
  539. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"saveFile"]) { // 下载资源
  540. NSDictionary *content = [parm ks_dictionaryValueForKey:@"content"];
  541. NSString *url = [content ks_stringValueForKey:@"url"];
  542. [self downFile:url];
  543. }
  544. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"videoCrop"]) { // 选择封面
  545. NSDictionary *content = [parm ks_dictionaryValueForKey:@"content"];
  546. KSVideoCropViewController *ctrl = [[KSVideoCropViewController alloc] init];
  547. NSString *videoUrl = [content ks_stringValueForKey:@"url"];
  548. [ctrl configWithVideoRemoteUrl:videoUrl];
  549. [ctrl changeLandScape];
  550. MJWeakSelf;
  551. [ctrl chooseCropImageCallback:^(UIImage * _Nonnull cropImage) {
  552. [weakSelf videCropImage:cropImage content:content];
  553. }];
  554. ctrl.modalPresentationStyle = UIModalPresentationFullScreen;
  555. [self.navigationController presentViewController:ctrl animated:YES completion:nil];
  556. }
  557. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"paymentOrder"]) {
  558. NSDictionary *content = [parm ks_dictionaryValueForKey:@"content"];
  559. NSString *channel = [content ks_stringValueForKey:@"payChannel"];
  560. if ([channel isEqualToString:@"ali_app"]) {
  561. NSString *infoMessage = [content ks_stringValueForKey:@"payInfo"];
  562. [KSOrderManager dealWithAliSDK:infoMessage];
  563. }
  564. else if ([channel isEqualToString:@"wx_app"]) {
  565. NSString *infoMessage = [content ks_stringValueForKey:@"payInfo"];
  566. [KSOrderManager dealWithWXSDK:infoMessage];
  567. }
  568. }
  569. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"joinLiveRoom"]) { // 进入直播间
  570. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  571. NSString *roomId = [valueDic ks_stringValueForKey:@"roomId"];
  572. [self joinLiveRoomWithRoomId:roomId];
  573. }
  574. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"openCourseDetail"]) {
  575. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  576. NSString *type = [valueDic ks_stringValueForKey:@"type"];
  577. if ([type isEqualToString:@"pianoRoom"]) { // 琴房
  578. NSString *courseId = [valueDic ks_stringValueForKey:@"courseId"];
  579. MusicRoomViewController *ctrl = [[MusicRoomViewController alloc] init];
  580. ctrl.courseId = courseId;
  581. [self.navigationController pushViewController:ctrl animated:YES];
  582. }
  583. }
  584. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"openPageSuccess"]) {
  585. [self backAction];
  586. }
  587. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"setEventTracking"]) {
  588. NSString *type = [[parm ks_dictionaryValueForKey:@"content"] ks_stringValueForKey:@"type"];
  589. [USER_MANAGER sendUMEvent:type];
  590. }
  591. // 课件相关
  592. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"getCourseFilePath"]) { // 课件资源查询
  593. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  594. NSString *localPath = [COURSEWARE_MANAGER queryFileUrlWithParm:valueDic];
  595. BOOL isServiceStart = [AppDelegate shareAppDelegate].httpServer.isRunning;
  596. if (![NSString isEmptyString:localPath] && isServiceStart) {
  597. localPath = [[localPath componentsSeparatedByString:@"CoursewarePath/"] lastObject];
  598. localPath = [NSString stringWithFormat:@"%@%@/%@",@"http://localhost:",[AppDelegate shareAppDelegate].serverPort,localPath];
  599. NSMutableDictionary *contentParm = [NSMutableDictionary dictionaryWithDictionary:valueDic];
  600. [contentParm setValue:localPath forKey:@"localPath"];
  601. NSMutableDictionary *sendParm = [NSMutableDictionary dictionary];
  602. [sendParm setValue:@"getCourseFilePath" forKey:@"api"];
  603. [sendParm setValue:contentParm forKey:@"content"];
  604. [self postMessage:sendParm];
  605. }
  606. else {
  607. [self postMessage:parm];
  608. }
  609. }
  610. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"checkCoursewareCache"]) {
  611. MJWeakSelf;
  612. [COURSEWARE_MANAGER checkCourseCacheStatus:parm callback:^(NSDictionary * _Nonnull parm) {
  613. [weakSelf postMessage:parm];
  614. }];
  615. }
  616. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"downloadCoursewareToCache"]) {
  617. NSDictionary *valueDic = [parm ks_dictionaryValueForKey:@"content"];
  618. NSString *lessonCoursewareDetailId = [[valueDic ks_dictionaryValueForKey:@"data"] ks_stringValueForKey:@"lessonCoursewareDetailId"];
  619. if (COURSEWARE_MANAGER.isDownloading) {
  620. if ([lessonCoursewareDetailId isEqualToString:COURSEWARE_MANAGER.lessonCoursewareDetailId]) {
  621. [LOADING_MANAGER MBShowAUTOHidingInWindow:@"当前已有课件资源下载中"];
  622. [self downloadWithParm:parm];
  623. }
  624. else {
  625. [LOADING_MANAGER MBShowAUTOHidingInWindow:@"当前已有课件资源下载中"];
  626. NSMutableDictionary *contentParm = [NSMutableDictionary dictionary];
  627. [contentParm setValue:@(3) forKey:@"status"];
  628. [contentParm setValue:@(0) forKey:@"progress"];
  629. [contentParm setValue:lessonCoursewareDetailId forKey:@"lessonCoursewareDetailId"];
  630. NSMutableDictionary *sendParm = [NSMutableDictionary dictionary];
  631. [sendParm setValue:@"downloadCoursewareToCache" forKey:@"api"];
  632. [sendParm setValue:contentParm forKey:@"content"];
  633. [self postMessage:sendParm];
  634. }
  635. }
  636. else {
  637. if ([self isWiFiEnable] == NO) {
  638. self.wifiAlert = [KSNewAlertView shareInstance];
  639. MJWeakSelf;
  640. [self.wifiAlert configTitle:@"提示" descMessage:@"当前非Wi-Fi环境,是否开始下载?" leftButtonTitle:@"取消" rightButtonTitle:@"确认" leftButtonAction:^{
  641. } rightButtonAction:^{
  642. [weakSelf downloadWithParm:parm];
  643. }];
  644. [self.wifiAlert showAlert];
  645. }
  646. else {
  647. [self downloadWithParm:parm];
  648. }
  649. }
  650. }
  651. else if ([[parm ks_stringValueForKey:@"api"] isEqualToString:@"cancelDownloadCourseware"]) { // 取消下载课件
  652. if (COURSEWARE_MANAGER.isDownloading) { // 如果在下载 取消
  653. [COURSEWARE_MANAGER cancleDownloadCourseware];
  654. }
  655. NSMutableDictionary *content = [NSMutableDictionary dictionaryWithDictionary:[parm ks_dictionaryValueForKey:@"content"]];
  656. [content setValue:@(YES) forKey:@"status"];
  657. NSMutableDictionary *sendParm = [NSMutableDictionary dictionary];
  658. [sendParm setValue:@"cancelDownloadCourseware" forKey:@"api"];
  659. [sendParm setValue:content forKey:@"content"];
  660. [self postMessage:sendParm];
  661. }
  662. }
  663. - (void)downloadWithParm:(NSDictionary *)parm {
  664. MJWeakSelf;
  665. [COURSEWARE_MANAGER downloadCourseWithParm:parm callback:^(NSDictionary * _Nonnull sendParm) {
  666. [weakSelf postMessage:sendParm];
  667. }];
  668. }
  669. - (void)videCropImage:(UIImage *)cover content:(NSDictionary *)content {
  670. NSData *imgData = [UIImage turnsImaegDataByImage:cover];
  671. NSString *fileName = @"videoCoverImage";
  672. [LOADING_MANAGER showCustomLoading:@"上传中..."];
  673. [UPLOAD_MANAGER configWithfilePath:@"/user/"];
  674. [UPLOAD_MANAGER uploadFile:imgData fileName:fileName fileSuffix:[UIImage typeForImageData:imgData] progress:^(int64_t bytesWritten, int64_t totalBytes) {
  675. // 显示进度
  676. int progress = (int)(bytesWritten / totalBytes * 100);
  677. __block NSString *tipsMessage = [NSString stringWithFormat:@"上传中 %d%%",progress];
  678. dispatch_main_async_safe(^{
  679. [LOADING_MANAGER.loadingView setDisplayText:tipsMessage];
  680. });
  681. } successCallback:^(NSMutableArray * _Nonnull fileUrlArray) {
  682. [LOADING_MANAGER removeCustomLoading];
  683. NSString *fileUrl = [fileUrlArray lastObject];
  684. NSMutableDictionary *dic = [NSMutableDictionary dictionaryWithDictionary:content];
  685. [dic setValue:fileUrl forKey:@"videoCover"];
  686. NSMutableDictionary *sendParm = [NSMutableDictionary dictionary];
  687. [sendParm setValue:@"videoCrop" forKey:@"api"];
  688. [sendParm setValue:dic forKey:@"content"];
  689. [self postMessage:sendParm];
  690. } faliure:^(NSError * _Nullable error, NSString * _Nullable descMessaeg) {
  691. [LOADING_MANAGER removeCustomLoading];
  692. }];
  693. }
  694. - (void)downFile:(NSString *)fileUrl {
  695. [LOADING_MANAGER showCustomLoading:@"文件下载中..."];
  696. [KSNetworkingManager downloadFileRequestWithFileUrl:fileUrl progress:^(int64_t bytesRead, int64_t totalBytes) {
  697. } success:^(NSURL * _Nonnull fileUrl) {
  698. [LOADING_MANAGER removeCustomLoading];
  699. [self saveFileWithUrl:fileUrl];
  700. } faliure:^(NSError * _Nonnull error) {
  701. [LOADING_MANAGER removeCustomLoading];
  702. [LOADING_MANAGER MBShowAUTOHidingInWindow:@"下载失败"];
  703. }];
  704. }
  705. - (void)saveFileWithUrl:(NSURL *)fileUrl {
  706. if ([fileUrl.absoluteString hasSuffix:@".mp4"]) { // 视频
  707. [LOADING_MANAGER showCustomLoading:@"视频保存中..."];
  708. [[TZImageManager manager] saveVideoWithUrl:fileUrl completion:^(PHAsset *asset, NSError *error) {
  709. if (!error) {
  710. dispatch_main_async_safe(^{
  711. [LOADING_MANAGER removeCustomLoading];
  712. [LOADING_MANAGER MBShowAUTOHidingInWindow:@"已保存到相册"];
  713. });
  714. }
  715. else {
  716. dispatch_main_async_safe(^{
  717. [LOADING_MANAGER removeCustomLoading];
  718. [LOADING_MANAGER MBShowAUTOHidingInWindow:@"保存视频错误"];
  719. });
  720. }
  721. }];
  722. }
  723. else { // 音频
  724. [self saveFileToPhone:fileUrl];
  725. }
  726. }
  727. - (void)saveFileToPhone:(NSURL *)fileUrl {
  728. self.isDownloadFile = YES;
  729. UIDocumentPickerViewController *documentPicker = [[UIDocumentPickerViewController alloc] initWithURL:fileUrl inMode:UIDocumentPickerModeExportToService];
  730. documentPicker.delegate = self;
  731. documentPicker.modalPresentationStyle = UIModalPresentationFormSheet;
  732. [self presentViewController:documentPicker animated:YES completion:nil];
  733. }
  734. - (void)joinLiveRoomWithRoomId:(NSString *)roomId {
  735. [KSEnterLiveroomManager queryLiveStatusConfig:roomId liveContent:nil inController:(CustomNavViewController *)self.navigationController callback:^(ENTER_CALLTYPE type) {
  736. }];
  737. }
  738. - (void)savePicCallback:(NSString *)uuid isSuccess:(BOOL)isSuccess {
  739. NSString *status = isSuccess ? @"success" : @"fail";
  740. NSMutableDictionary *parm = [NSMutableDictionary dictionary];
  741. [parm setValue:@"savePicture" forKey:@"api"];
  742. NSMutableDictionary *content = [NSMutableDictionary dictionary];
  743. [content setValue:status forKey:@"status"];
  744. [content setValue:uuid forKey:@"uuid"];
  745. [parm setValue:content forKey:@"content"];
  746. [self postMessage:parm];
  747. }
  748. - (void)sendAddressAction:(AddressListModel *)model {
  749. NSMutableDictionary *sendParm = [NSMutableDictionary dictionary];
  750. [sendParm setValue:@"getAddress" forKey:@"api"];
  751. NSMutableDictionary *content = [NSMutableDictionary dictionary];
  752. [content setValue:model.internalBaseClassIdentifier forKey:@"id"];
  753. [content setValue:model.detailAddress forKey:@"detailAddress"];
  754. [content setValue:model.city forKey:@"city"];
  755. [content setValue:model.region forKey:@"region"];
  756. [content setValue:model.province forKey:@"province"];
  757. [content setValue:model.name forKey:@"name"];
  758. [content setValue:model.phoneNumber forKey:@"phoneNumber"];
  759. [content setValue:model.postCode forKey:@"postCode"];
  760. [sendParm setValue:content forKey:@"content"];
  761. [self postMessage:sendParm];
  762. }
  763. - (void)chooseFileWithType:(NSString *)typeStr maxNumber:(NSInteger)maxCount bucket:(NSString *)bucket {
  764. if ([typeStr isEqualToString:@"img"]) { // 选择图片上传
  765. if (maxCount > 9) {
  766. maxCount = 9;
  767. }
  768. [self chooseMediaWithType:MEDIATYPE_PHOTO maxCount:maxCount bucket:bucket];
  769. }
  770. else if ([typeStr isEqualToString:@"video"]) {
  771. [self chooseMediaWithType:MEDIATYPE_VIDEO maxCount:1 bucket:bucket];
  772. }
  773. else if ([typeStr isEqualToString:@"file"]) {
  774. [self chooseDocumentWithType:CHOOSETYPE_ALL bucket:bucket];
  775. }
  776. else if ([typeStr isEqualToString:@"midi"]) {
  777. [self chooseDocumentWithType:CHOOSETYPE_MIDI bucket:bucket];
  778. }
  779. else if ([typeStr isEqualToString:@"mp3"]) {
  780. [self chooseDocumentWithType:CHOOSETYPE_MP3 bucket:bucket];
  781. }
  782. else if ([typeStr isEqualToString:@"xml"] || [typeStr isEqualToString:@"musicxml"]) {
  783. [self chooseDocumentWithType:CHOOSETYPE_XML bucket:bucket];
  784. }
  785. }
  786. - (void)chooseDocumentWithType:(CHOOSETYPE)fileTyle bucket:(NSString *)bucket {
  787. self.bucketName = bucket;
  788. self.fileChooseType = fileTyle;
  789. NSArray *documentTypes = @[@"public.content", @"public.text", @"public.source-code", @"public.image", @"public.audio", @"public.audiovisual-content", @"com.adobe.pdf", @"com.apple.keynote.key", @"com.microsoft.word.doc", @"com.microsoft.excel.xls", @"com.microsoft.powerpoint.ppt"];
  790. KSDocumentViewController *documentPickerViewController = [[KSDocumentViewController alloc] initWithDocumentTypes:documentTypes inMode:UIDocumentPickerModeImport];
  791. documentPickerViewController.buttonColor = THEMECOLOR;
  792. documentPickerViewController.delegate = self;
  793. documentPickerViewController.modalPresentationStyle = UIModalPresentationFullScreen;
  794. [self presentViewController:documentPickerViewController animated:YES completion:nil];
  795. }
  796. - (void)chooseMediaWithType:(MEDIATYPE)type maxCount:(NSInteger)maxCount bucket:(NSString *)bucketName {
  797. self.mediaManager = [[KSMediaManager alloc] init];
  798. self.mediaManager.mediaType = type;
  799. self.mediaManager.maxPhotoNumber = maxCount;
  800. self.mediaManager.baseCtrl = self;
  801. self.mediaManager.needCropImage = NO;
  802. self.mediaManager.videoMaxDuration = 40 * 60;
  803. MJWeakSelf;
  804. [self.mediaManager noAlertCallback:^(NSString * _Nullable videoUrl, NSMutableArray * _Nullable imageArray, NSMutableArray * _Nullable imageAsset) {
  805. if (type == MEDIATYPE_PHOTO) {
  806. [self uploadImageArray:imageArray bucket:bucketName];
  807. }
  808. else {
  809. NSLog(@"%@", videoUrl);
  810. // 上传视频
  811. [weakSelf uploadVideoWithUrl:videoUrl bucket:bucketName];
  812. }
  813. }];
  814. [self.mediaManager pushImagePickerController];
  815. }
  816. - (UIImage *)imageWithBase64String:(NSString *)base64String {
  817. NSURL *URL = [NSURL URLWithString:base64String];
  818. NSData *imageData = [NSData dataWithContentsOfURL:URL];
  819. UIImage *image = [UIImage imageWithData:imageData scale:2];
  820. return image;
  821. }
  822. - (void)shareFunctionWithParm:(NSDictionary *)parm {
  823. NSDictionary *content = [parm ks_dictionaryValueForKey:@"content"];
  824. NSString *typeString = [content ks_stringValueForKey:@"type"];
  825. KSSHARETYPE shareType = [typeString isEqualToString:@"image"] ? KSSHARETYPE_IMAGE : KSSHARETYPE_VODEO;
  826. NSString *shareTitle = [content ks_stringValueForKey:@"title"];
  827. NSString *descMessage = [content ks_stringValueForKey:@"desc"];
  828. NSString *videoUrl = [content ks_stringValueForKey:@"video"];
  829. NSString *imgStr = [content ks_stringValueForKey:@"image"];
  830. NSString *saveLinkUrl = [content ks_stringValueForKey:@"url"];
  831. UIImage *shareImage = [self imageWithBase64String:imgStr];
  832. NSArray *buttonArray = [content ks_arrayValueForKey:@"button"];
  833. BOOL containCopyButton = NO;
  834. for (NSString *nameString in buttonArray) {
  835. if ([nameString isEqualToString:@"copy"]) {
  836. containCopyButton = YES;
  837. break;
  838. }
  839. }
  840. MJWeakSelf;
  841. [KSUMShareManager shareInstanceShowWithImage:shareImage showSaveLink:containCopyButton saveLinkUrl:saveLinkUrl url:videoUrl shareTitle:shareTitle descMessage:descMessage shareType:shareType showInView:self callback:^(BOOL isSuccess, NSString * _Nonnull descMessage) {
  842. NSMutableDictionary *responParm = [NSMutableDictionary dictionary];
  843. [responParm setValue:[parm ks_stringValueForKey:@"api"] forKey:@"api"];
  844. NSMutableDictionary *content = [NSMutableDictionary dictionary];
  845. [content setValue:[content ks_stringValueForKey:@"UUID"] forKey:@"content"];
  846. [content setValue:descMessage forKey:@"message"];
  847. BOOL status = isSuccess;
  848. [content setValue:[NSNumber numberWithBool:status] forKey:@"status"];
  849. [responParm setValue:content forKey:@"content"];
  850. [weakSelf postMessage:responParm];
  851. }];
  852. }
  853. - (KSSHARETYPE)getTypeWithTypeString:(NSString *)typeString {
  854. if ([typeString isEqualToString:@"image"]) { // 图片
  855. return KSSHARETYPE_IMAGE;
  856. }
  857. else if ([typeString isEqualToString:@"link"]) { // 链接
  858. return KSSHARETYPE_URL;
  859. }
  860. else {
  861. return KSSHARETYPE_VODEO;
  862. }
  863. }
  864. - (void)shareToWeChat:(NSDictionary *)parm {
  865. NSDictionary *content = [parm ks_dictionaryValueForKey:@"content"];
  866. if ([[content ks_stringValueForKey:@"shareType"] isEqualToString:@"wechat"]) {
  867. NSString *typeString = [content ks_stringValueForKey:@"type"];
  868. KSSHARETYPE shareType = [self getTypeWithTypeString:typeString];
  869. NSString *shareTitle = [content ks_stringValueForKey:@"title"];
  870. NSString *descMessage = [content ks_stringValueForKey:@"desc"];
  871. NSString *url = [content ks_stringValueForKey:@"video"];
  872. if (shareType == KSSHARETYPE_URL) {
  873. url = [content ks_stringValueForKey:@"url"];
  874. }
  875. NSString *imgStr = [content ks_stringValueForKey:@"image"];
  876. UIImage *shareImage = [self imageWithBase64String:imgStr];
  877. NSString *thumImage = [content ks_stringValueForKey:@"thumb"];
  878. MJWeakSelf;
  879. self.shareManager = [KSUMShareManager shareInstanceToWechatWithImage:shareImage url:url shareTitle:shareTitle descMessage:descMessage shareType:shareType thumImage:thumImage callback:^(BOOL isSuccess, NSString * _Nonnull descMessage) {
  880. NSMutableDictionary *responParm = [NSMutableDictionary dictionary];
  881. [responParm setValue:[parm ks_stringValueForKey:@"api"] forKey:@"api"];
  882. NSMutableDictionary *content = [NSMutableDictionary dictionary];
  883. [content setValue:[content ks_stringValueForKey:@"UUID"] forKey:@"content"];
  884. [content setValue:descMessage forKey:@"message"];
  885. BOOL status = isSuccess;
  886. [content setValue:[NSNumber numberWithBool:status] forKey:@"status"];
  887. [responParm setValue:content forKey:@"content"];
  888. [weakSelf postMessage:responParm];
  889. }];
  890. }
  891. else if ([[content ks_stringValueForKey:@"shareType"] isEqualToString:@"wechat_circle"]) { // 微信朋友圈
  892. NSString *typeString = [content ks_stringValueForKey:@"type"];
  893. KSSHARETYPE shareType = [self getTypeWithTypeString:typeString];
  894. NSString *shareTitle = [content ks_stringValueForKey:@"title"];
  895. NSString *descMessage = [content ks_stringValueForKey:@"desc"];
  896. NSString *url = [content ks_stringValueForKey:@"video"];
  897. if (shareType == KSSHARETYPE_URL) {
  898. url = [content ks_stringValueForKey:@"url"];
  899. }
  900. NSString *imgStr = [content ks_stringValueForKey:@"image"];
  901. UIImage *shareImage = [self imageWithBase64String:imgStr];
  902. NSString *thumImage = [content ks_stringValueForKey:@"thumb"];
  903. MJWeakSelf;
  904. self.shareManager = [KSUMShareManager shareInstanceToWechatCircleWithImage:shareImage url:url shareTitle:shareTitle descMessage:descMessage shareType:shareType thumImage:thumImage callback:^(BOOL isSuccess, NSString * _Nonnull descMessage) {
  905. NSMutableDictionary *responParm = [NSMutableDictionary dictionary];
  906. [responParm setValue:[parm ks_stringValueForKey:@"api"] forKey:@"api"];
  907. NSMutableDictionary *content = [NSMutableDictionary dictionary];
  908. [content setValue:[content ks_stringValueForKey:@"UUID"] forKey:@"content"];
  909. [content setValue:descMessage forKey:@"message"];
  910. BOOL status = isSuccess;
  911. [content setValue:[NSNumber numberWithBool:status] forKey:@"status"];
  912. [responParm setValue:content forKey:@"content"];
  913. [weakSelf postMessage:responParm];
  914. }];
  915. }
  916. }
  917. - (void)showAlertWithMessage:(NSString *)message type:(CHECKDEVICETYPE)deviceType {
  918. [KSPremissionAlert shareInstanceDisplayImage:deviceType message:message showInView:self.view cancel:^{
  919. } confirm:^{
  920. [self openSettingView];
  921. }];
  922. }
  923. - (void)openSettingView {
  924. [[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString] options:@{} completionHandler:nil];
  925. }
  926. - (void)displaySource:(NSURL *)localUrl {
  927. KSLocalWebViewController *ctrl = [[KSLocalWebViewController alloc] init];
  928. ctrl.headTitle = @"协议文件";
  929. ctrl.sourceData = [NSData dataWithContentsOfURL:localUrl];
  930. ctrl.fileUrl = localUrl;
  931. [self.navigationController pushViewController:ctrl animated:YES];
  932. }
  933. - (void)postMessage:(NSDictionary *)parm {
  934. if (_myWebView) {
  935. dispatch_async(dispatch_get_main_queue(), ^{
  936. NSString *jsString = [parm mj_JSONString];
  937. [self.myWebView evaluateJavaScript:[NSString stringWithFormat:@"postMessage(%@,'*')", jsString] completionHandler:nil];
  938. });
  939. }
  940. }
  941. // 刷新
  942. - (void)refreshUrl:(NSString *)refreshUrl {
  943. NSString *sepectString = [refreshUrl containsString:@"?"] ? @"&" : @"?";
  944. NSString *tokenStr = UserDefault(TokenKey);
  945. if (![NSString isEmptyString:tokenStr]) {
  946. NSString *token = [[NSString stringWithFormat:@"Authorization=%@ %@", UserDefault(Token_type), tokenStr] stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
  947. refreshUrl = [NSString stringWithFormat:@"%@%@%@",refreshUrl, sepectString, token];
  948. }
  949. NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:refreshUrl] cachePolicy:NSURLRequestReloadIgnoringLocalCacheData timeoutInterval:60.0f];
  950. [self.myWebView loadRequest:request];
  951. }
  952. // 返回登录页面
  953. - (void)backLoginView {
  954. NSString *webUrl = [self.url copy];
  955. if ([webUrl containsString:@"Authorization="]) {
  956. NSRange range = [webUrl rangeOfString:@"Authorization="];
  957. if (range.location != NSNotFound) {
  958. webUrl = [webUrl substringToIndex:range.location-1];
  959. }
  960. }
  961. // 获取次数
  962. NSString *failCount = UserDefault(@"WEB_FAILCOUNT");
  963. if ([NSString isEmptyString:failCount]) {
  964. failCount = @"1";
  965. UserDefaultSetObjectForKey(failCount, @"WEB_FAILCOUNT");
  966. UserDefaultSetObjectForKey(webUrl, WEB_URL);
  967. }
  968. else if (failCount.integerValue == 1) {
  969. NSString *preUrl = UserDefaultObjectForKey(FAIL_WEB_URL);
  970. if (![webUrl isEqualToString:preUrl]) { // 如果打开和之前失败不相同重新统计数据
  971. UserDefaultSetObjectForKey(@"1", @"WEB_FAILCOUNT");
  972. UserDefaultSetObjectForKey(webUrl, WEB_URL);
  973. }
  974. else {
  975. UserDefaultRemoveObjectForKey(@"WEB_FAILCOUNT");
  976. }
  977. }
  978. else {
  979. UserDefaultRemoveObjectForKey(@"WEB_FAILCOUNT");
  980. }
  981. // 当前失败的H5地址
  982. UserDefaultSetObjectForKey(webUrl, FAIL_WEB_URL);
  983. // 退出登录
  984. [APPLOGIN_MANAGER logoutAction];
  985. }
  986. #pragma mark ----- WKWebView delegate
  987. // 1 在发送请求之前,决定是否跳转
  988. - (void)webView:(WKWebView *)webView decidePolicyForNavigationAction:(WKNavigationAction *)navigationAction decisionHandler:(void (^)(WKNavigationActionPolicy))decisionHandler {
  989. NSLog(@"1-------在发送请求之前,决定是否跳转 -->%@",navigationAction.request);
  990. NSURL *url = navigationAction.request.URL;
  991. NSString *scheme = [url scheme];
  992. UIApplication *app = [UIApplication sharedApplication];
  993. NSString *urlString = url.absoluteString;
  994. if (![urlString containsString:@"colexiu.com"] && ![urlString containsString:WEBHOST]) { // 外部链接
  995. self.isOutLink = YES;
  996. }
  997. else {
  998. self.isOutLink = NO;
  999. }
  1000. // 打电话
  1001. if ([scheme isEqualToString:@"tel"]) {
  1002. if ([app canOpenURL:url]) {
  1003. [app openURL:url];
  1004. // 一定要加上这句,否则会打开新页面
  1005. decisionHandler(WKNavigationActionPolicyCancel);
  1006. return;
  1007. }
  1008. }
  1009. decisionHandler(WKNavigationActionPolicyAllow);
  1010. }
  1011. // 2 页面开始加载时调用
  1012. - (void)webView:(WKWebView *)webView didStartProvisionalNavigation:(WKNavigation *)navigation {
  1013. NSLog(@"2-------页面开始加载时调用");
  1014. }
  1015. // 3 在收到响应后,决定是否跳转
  1016. - (void)webView:(WKWebView *)webView decidePolicyForNavigationResponse:(WKNavigationResponse *)navigationResponse decisionHandler:(void (^)(WKNavigationResponsePolicy))decisionHandler {
  1017. /// 在收到服务器的响应头,根据response相关信息,决定是否跳转。decisionHandler必须调用,来决定是否跳转,参数WKNavigationActionPolicyCancel取消跳转,WKNavigationActionPolicyAllow允许跳转
  1018. NSLog(@"3-------在收到响应后,决定是否跳转");
  1019. decisionHandler(WKNavigationResponsePolicyAllow);
  1020. }
  1021. // 4 当内容开始返回时调用
  1022. - (void)webView:(WKWebView *)webView didCommitNavigation:(WKNavigation *)navigation {
  1023. NSLog(@"4-------当内容开始返回时调用");
  1024. }
  1025. // 5 页面加载完成之后调用
  1026. - (void)webView:(WKWebView *)webView didFinishNavigation:(WKNavigation *)navigation {
  1027. NSLog(@"5-------页面加载完成之后调用");
  1028. if (_hasModify == NO) {
  1029. [self configLocalStorage];
  1030. }
  1031. }
  1032. // 调用js方法
  1033. - (void)postMessageJS:(NSDictionary *)jsDict {
  1034. NSString *jsString = [jsDict mj_JSONString];
  1035. [self.myWebView evaluateJavaScript:[NSString stringWithFormat:@"sendMessage(%@)", jsString] completionHandler:nil];
  1036. }
  1037. // 6 页面加载失败时调用
  1038. - (void)webView:(WKWebView *)webView didFailProvisionalNavigation:(WKNavigation *)navigation {
  1039. NSLog(@"6-------页面加载失败时调用");
  1040. [self showErrorView];
  1041. }
  1042. // 接收到服务器跳转请求之后调用
  1043. - (void)webView:(WKWebView *)webView didReceiveServerRedirectForProvisionalNavigation:(WKNavigation *)navigation {
  1044. NSLog(@"-------接收到服务器跳转请求之后调用");
  1045. }
  1046. // 数据加载发生错误时调用
  1047. - (void)webView:(WKWebView *)webView didFailNavigation:(null_unspecified WKNavigation *)navigation withError:(NSError *)error {
  1048. NSLog(@"----数据加载发生错误时调用");
  1049. }
  1050. - (void)webView:(WKWebView *)webView didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition, NSURLCredential *_Nullable))completionHandler
  1051. {
  1052. dispatch_queue_t queue = dispatch_queue_create("webViewChallengeQueue", NULL);
  1053. dispatch_async(queue, ^{
  1054. if (SSL_AUTH) {
  1055. NSURLSessionAuthChallengeDisposition disposition = NSURLSessionAuthChallengePerformDefaultHandling;
  1056. NSURLCredential *customCredential = nil;
  1057. if ([challenge.protectionSpace.authenticationMethod isEqualToString:NSURLAuthenticationMethodServerTrust]) {
  1058. // 默认信任
  1059. customCredential = [NSURLCredential credentialForTrust:challenge.protectionSpace.serverTrust];
  1060. disposition = NSURLSessionAuthChallengeUseCredential;
  1061. }
  1062. else if ([challenge.protectionSpace.authenticationMethod isEqualToString:NSURLAuthenticationMethodClientCertificate]) {
  1063. // client authentication
  1064. SecIdentityRef identity = NULL;
  1065. SecTrustRef trust = NULL;
  1066. if ([AuthChallengeManager extractIdentity:&identity andTrust:&trust filePath:CERT_PATH]) {
  1067. SecCertificateRef certificate = NULL;
  1068. SecIdentityCopyCertificate(identity, &certificate);
  1069. const void*certs[] = {certificate};
  1070. CFArrayRef certArray =CFArrayCreate(kCFAllocatorDefault, certs,1,NULL);
  1071. customCredential =[NSURLCredential credentialWithIdentity:identity certificates:(__bridge NSArray*)certArray persistence:NSURLCredentialPersistencePermanent];
  1072. disposition = NSURLSessionAuthChallengeUseCredential;
  1073. }
  1074. }
  1075. if (completionHandler) {
  1076. completionHandler(disposition, customCredential);
  1077. }
  1078. }
  1079. else {
  1080. if ([challenge.protectionSpace.authenticationMethod isEqualToString:NSURLAuthenticationMethodServerTrust]) {
  1081. if (challenge.previousFailureCount == 0) {
  1082. NSURLCredential *credential = [NSURLCredential credentialForTrust:challenge.protectionSpace.serverTrust];
  1083. completionHandler(NSURLSessionAuthChallengeUseCredential, credential);
  1084. } else {
  1085. completionHandler(NSURLSessionAuthChallengeCancelAuthenticationChallenge, nil);
  1086. }
  1087. }
  1088. else {
  1089. completionHandler(NSURLSessionAuthChallengeCancelAuthenticationChallenge, nil);
  1090. }
  1091. }
  1092. });
  1093. }
  1094. //当因为某些问题,导致webView进程终止时触发
  1095. - (void)webViewWebContentProcessDidTerminate:(WKWebView *)webView {
  1096. NSLog(@"%s", __func__);
  1097. [webView reload];
  1098. }
  1099. /**
  1100. * web界面中有弹出警告框时调用
  1101. *
  1102. * @param webView 实现该代理的webview
  1103. * @param message 警告框中的内容
  1104. * @param completionHandler 警告框消失调用
  1105. */
  1106. - (void)webView:(WKWebView *)webView runJavaScriptAlertPanelWithMessage:(NSString *)message initiatedByFrame:(WKFrameInfo *)frame completionHandler:(void (^)(void))completionHandler {
  1107. NSLog(@"-------web界面中有弹出警告框时调用");
  1108. NSLog(@"%@",message);
  1109. UIAlertController *alertController = [UIAlertController alertControllerWithTitle:message
  1110. message:nil
  1111. preferredStyle:UIAlertControllerStyleAlert];
  1112. [alertController addAction:[UIAlertAction actionWithTitle:@"确定"
  1113. style:UIAlertActionStyleCancel
  1114. handler:^(UIAlertAction *action) {
  1115. completionHandler();
  1116. }]];
  1117. [self presentViewController:alertController animated:YES completion:nil];
  1118. }
  1119. // 取消和确认的按钮
  1120. - (void)webView:(WKWebView *)webView runJavaScriptConfirmPanelWithMessage:(NSString *)message initiatedByFrame:(WKFrameInfo *)frame completionHandler:(void (^)(BOOL))completionHandler {
  1121. // js 里面的alert实现,如果不实现,网页的alert函数无效 ,
  1122. UIAlertController *alertController = [UIAlertController alertControllerWithTitle:message
  1123. message:nil
  1124. preferredStyle:UIAlertControllerStyleAlert];
  1125. [alertController addAction:[UIAlertAction actionWithTitle:@"确定"
  1126. style:UIAlertActionStyleDefault
  1127. handler:^(UIAlertAction *action) {
  1128. completionHandler(YES);
  1129. }]];
  1130. [alertController addAction:[UIAlertAction actionWithTitle:@"取消"
  1131. style:UIAlertActionStyleCancel
  1132. handler:^(UIAlertAction *action){
  1133. completionHandler(NO);
  1134. }]];
  1135. [self presentViewController:alertController animated:YES completion:^{}];
  1136. }
  1137. #pragma mark - KVO回馈
  1138. -(void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary<NSKeyValueChangeKey,id> *)change context:(void *)context{
  1139. if ([keyPath isEqualToString:@"estimatedProgress"]) {
  1140. self.progressLayer.opacity = 1;
  1141. if ([change[@"new"] floatValue] <[change[@"old"] floatValue]) {
  1142. return;
  1143. }
  1144. self.progressLayer.frame = CGRectMake(0, 0, kScreenWidth*[change[@"new"] floatValue], 3);
  1145. if ([change[@"new"]floatValue] == 1.0) {
  1146. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
  1147. self.progressLayer.opacity = 0;
  1148. self.progressLayer.frame = CGRectMake(0, 0, 0, 3);
  1149. });
  1150. }
  1151. }
  1152. }
  1153. /*
  1154. #pragma mark - Navigation
  1155. // In a storyboard-based application, you will often want to do a little preparation before navigation
  1156. - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
  1157. // Get the new view controller using [segue destinationViewController].
  1158. // Pass the selected object to the new view controller.
  1159. }
  1160. */
  1161. - (void)configLocalStorage {
  1162. _hasModify = YES;
  1163. if (![NSString isEmptyString:UserDefault(TokenKey)]) {
  1164. NSString *jsString = [NSString stringWithFormat:@"localStorage.setItem('Authorization', '%@ %@')",UserDefault(Token_type), UserDefault(TokenKey)];
  1165. [self.myWebView evaluateJavaScript:jsString completionHandler:nil];
  1166. }
  1167. }
  1168. - (void)setupProgress {
  1169. UIView *progress = [[UIView alloc]init];
  1170. progress.frame = CGRectMake(0, 0, kScreenWidth, 3);
  1171. progress.backgroundColor = [UIColor clearColor];
  1172. [self.view addSubview:progress];
  1173. CALayer *layer = [CALayer layer];
  1174. layer.frame = CGRectMake(0, 0, 0, 3);
  1175. layer.backgroundColor = THEMECOLOR.CGColor;
  1176. [progress.layer addSublayer:layer];
  1177. self.progressLayer = layer;
  1178. }
  1179. + (WKProcessPool*)singleWkProcessPool {
  1180. static WKProcessPool *sharedPool;
  1181. static dispatch_once_t onceToken;
  1182. dispatch_once(&onceToken, ^{
  1183. sharedPool = [[WKProcessPool alloc] init];
  1184. });
  1185. return sharedPool;
  1186. }
  1187. - (NSDictionary *)convertJsonStringToNSDictionary:(NSString *)jsonString {
  1188. if (jsonString == nil) {
  1189. return nil;
  1190. }
  1191. NSData *jsonData = [jsonString dataUsingEncoding:NSUTF8StringEncoding];
  1192. NSError *error;
  1193. NSDictionary *json = [NSJSONSerialization JSONObjectWithData:jsonData options:NSJSONReadingMutableContainers error:&error];
  1194. if (error) {
  1195. NSLog(@"jsonString解析失败:%@", error);
  1196. return nil;
  1197. }
  1198. return json;
  1199. }
  1200. - (void)dealloc {
  1201. [[_myWebView configuration].userContentController removeScriptMessageHandlerForName:@"COLEXIU"];
  1202. [_myWebView removeObserver:self forKeyPath:@"estimatedProgress"];
  1203. [_myWebView loadHTMLString:@"" baseURL:nil];
  1204. [_myWebView removeFromSuperview];
  1205. _myWebView = nil;
  1206. [[NSURLCache sharedURLCache] removeAllCachedResponses];
  1207. [[NSURLCache sharedURLCache] setDiskCapacity:0];
  1208. [[NSURLCache sharedURLCache] setMemoryCapacity:0];
  1209. [[NSNotificationCenter defaultCenter] removeObserver:self];
  1210. }
  1211. - (NSString *)getSaveSpeedPath {
  1212. // 在Documents目录下创建一个名为AudioSpeedFile的文件夹
  1213. NSString *path = [[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES)lastObject] stringByAppendingPathComponent:@"AudioSpeedFile"];
  1214. NSLog(@"%@",path);
  1215. NSFileManager *fileManager = [NSFileManager defaultManager];
  1216. BOOL isDir = FALSE;
  1217. BOOL isDirExist = [fileManager fileExistsAtPath:path isDirectory:&isDir];
  1218. if(!(isDirExist && isDir)) {
  1219. BOOL bCreateDir = [fileManager createDirectoryAtPath:path withIntermediateDirectories:YES attributes:nil error:nil];
  1220. if(!bCreateDir){
  1221. NSLog(@"创建文件夹失败!");
  1222. }
  1223. NSLog(@"创建文件夹成功,文件路径%@",path);
  1224. }
  1225. path = [path stringByAppendingPathComponent:@"songSpeed.plist"];
  1226. NSLog(@"file path:%@",path);
  1227. return path;
  1228. }
  1229. #pragma mark -- 上传图片
  1230. - (void)hudTipWillShow:(BOOL)willShow{
  1231. if (willShow) {
  1232. [self resignFirstResponder];
  1233. UIWindow *keyWindow = [UIApplication sharedApplication].keyWindow;
  1234. if (!_HUD) {
  1235. _HUD = [MBProgressHUD showHUDAddedTo:keyWindow animated:YES];
  1236. _HUD.mode = MBProgressHUDModeDeterminateHorizontalBar;
  1237. _HUD.label.text = @"正在上传视频...";
  1238. _HUD.contentColor = [UIColor whiteColor];
  1239. _HUD.bezelView.style = MBProgressHUDBackgroundStyleSolidColor;
  1240. _HUD.bezelView.backgroundColor = HexRGBAlpha(0x000000, 0.8);
  1241. _HUD.removeFromSuperViewOnHide = YES;
  1242. }else{
  1243. _HUD.progress = 0;
  1244. [keyWindow addSubview:_HUD];
  1245. [_HUD showAnimated:YES];
  1246. }
  1247. }else{
  1248. [_HUD hideAnimated:YES];
  1249. }
  1250. }
  1251. - (void)uploadImageArray:(NSMutableArray *)imageArray bucket:(NSString *)bucket {
  1252. [LOADING_MANAGER showHUD];
  1253. NSMutableArray *imageDataArray = [NSMutableArray array];
  1254. for (UIImage *image in imageArray) {
  1255. NSData *imgData = [UIImage turnsImaegDataByImage:image];
  1256. [imageDataArray addObject:imgData];
  1257. }
  1258. [UPLOAD_MANAGER configWithfilePath:@"/user/"];
  1259. [[KSUploadManager shareInstance] mutilUploadImage:imageDataArray fileName:@"complainImg" successCallback:^(NSMutableArray * _Nonnull fileUrlArray) {
  1260. [LOADING_MANAGER removeHUD];
  1261. NSMutableArray *urlArray = [NSMutableArray array];
  1262. for (NSString *url in fileUrlArray) {
  1263. [urlArray addObject:url];
  1264. }
  1265. NSString *attachments = [urlArray componentsJoinedByString:@","];
  1266. if (self.chooseFileParm) { // 回调
  1267. [self.chooseFileParm setValue:attachments forKey:@"fileUrl"];
  1268. [self postMessage:self.chooseFileParm];
  1269. self.chooseFileParm = nil;
  1270. }
  1271. } faliure:^(NSError * _Nullable error, NSString * _Nullable descMessaeg) {
  1272. [LOADING_MANAGER removeHUD];
  1273. if (![NSString isEmptyString:descMessaeg]) {
  1274. [LOADING_MANAGER MBShowAUTOHidingInWindow:descMessaeg];
  1275. }
  1276. [self fileChooseErrorCallback];
  1277. }];
  1278. }
  1279. #pragma mark --- 上传视频文件
  1280. - (void)uploadVideoWithUrl:(NSString *)videoUrl bucket:(NSString *)bucket {
  1281. // 取出视频第一帧
  1282. UIImage *previewImage = [self firstFrameWithVideoURL:[NSURL fileURLWithPath:videoUrl] size:CGSizeMake(1280, 720)];
  1283. __block NSString *imageUrl = @"";
  1284. if (previewImage) { // 如果有第一帧
  1285. NSData *imgData = [UIImage turnsImaegDataByImage:previewImage];
  1286. NSString *fileName = @"videoPreviewImg";
  1287. [UPLOAD_MANAGER configWithfilePath:@"klx"];
  1288. [[KSUploadManager shareInstance] uploadImage:imgData fileName:fileName successCallback:^(NSMutableArray * _Nonnull fileUrlArray) {
  1289. NSString *url = [fileUrlArray lastObject];
  1290. imageUrl = url;
  1291. [self submitUrlWith:imageUrl videoUrl:videoUrl];
  1292. } faliure:^(NSError * _Nullable error, NSString *descMessaeg) {
  1293. if (![NSString isEmptyString:descMessaeg]) {
  1294. [LOADING_MANAGER MBShowAUTOHidingInWindow:descMessaeg];
  1295. }
  1296. [self fileChooseErrorCallback];
  1297. }];
  1298. }
  1299. else {
  1300. [self submitUrlWith:nil videoUrl:videoUrl];
  1301. }
  1302. }
  1303. - (void)submitUrlWith:(NSString *)imgUrl videoUrl:(NSString *)videoUrl {
  1304. // 上传视频
  1305. [self hudTipWillShow:YES];
  1306. NSURL *uploadFileUrl = [NSURL fileURLWithPath:videoUrl];
  1307. NSData *fileData = [NSData dataWithContentsOfURL:uploadFileUrl];
  1308. NSString *suffix = [NSString stringWithFormat:@".%@",[uploadFileUrl pathExtension]];
  1309. [[KSUploadManager shareInstance] videoUpload:fileData fileName:@"video" fileSuffix:suffix progress:^(int64_t bytesWritten, int64_t totalBytes) {
  1310. dispatch_main_async_safe(^{
  1311. // 显示进度
  1312. if (self.HUD) {
  1313. self.HUD.progress = bytesWritten / totalBytes;// progress是回调进度
  1314. }
  1315. });
  1316. } successCallback:^(NSMutableArray * _Nonnull fileUrlArray) {
  1317. [self hudTipWillShow:NO];
  1318. NSString *fileUrl = [fileUrlArray lastObject];
  1319. [self videoUploadCallback:fileUrl firstFrameImg:imgUrl];
  1320. } faliure:^(NSError * _Nullable error, NSString * _Nullable descMessaeg) {
  1321. [self hudTipWillShow:NO];
  1322. if (![NSString isEmptyString:descMessaeg]) {
  1323. [LOADING_MANAGER MBShowAUTOHidingInWindow:descMessaeg];
  1324. }
  1325. [self videoUploadCallback:@"" firstFrameImg:@""];
  1326. }];
  1327. }
  1328. - (void)videoUploadCallback:(NSString *)remoteVideoUrl firstFrameImg:(NSString *)imgUrl {
  1329. if (self.chooseFileParm) { // 回调
  1330. [self.chooseFileParm setValue:remoteVideoUrl forKey:@"fileUrl"];
  1331. [self.chooseFileParm setValue:imgUrl forKey:@"firstFrameImg"];
  1332. [self postMessage:self.chooseFileParm];
  1333. self.chooseFileParm = nil;
  1334. }
  1335. }
  1336. #pragma mark ---- 获取图片第一帧
  1337. - (UIImage *)firstFrameWithVideoURL:(NSURL *)url size:(CGSize)size
  1338. {
  1339. // 获取视频第一帧
  1340. NSDictionary *opts = [NSDictionary dictionaryWithObject:[NSNumber numberWithBool:NO] forKey:AVURLAssetPreferPreciseDurationAndTimingKey];
  1341. AVURLAsset *urlAsset = [AVURLAsset URLAssetWithURL:url options:opts];
  1342. AVAssetImageGenerator *generator = [AVAssetImageGenerator assetImageGeneratorWithAsset:urlAsset];
  1343. generator.appliesPreferredTrackTransform = YES;
  1344. generator.maximumSize = CGSizeMake(size.width, size.height);
  1345. NSError *error = nil;
  1346. CGImageRef imgRef = [generator copyCGImageAtTime:CMTimeMake(0, 10) actualTime:NULL error:&error];
  1347. if (imgRef) {
  1348. UIImage *image = [UIImage imageWithCGImage:imgRef];
  1349. CGImageRelease(imgRef);
  1350. return image;
  1351. }
  1352. else {
  1353. return nil;
  1354. }
  1355. }
  1356. #pragma mark ---- UIDocumentPickerDelegate
  1357. - (void)documentPickerWasCancelled:(UIDocumentPickerViewController *)controller {
  1358. if (self.isDownloadFile) {
  1359. self.isDownloadFile = NO;
  1360. }
  1361. else {
  1362. [self fileChooseErrorCallback];
  1363. }
  1364. }
  1365. - (void)fileChooseErrorCallback {
  1366. if (self.chooseFileParm) { // 回调
  1367. [self.chooseFileParm setValue:@"" forKey:@"fileUrl"];
  1368. [self postMessage:self.chooseFileParm];
  1369. self.chooseFileParm = nil;
  1370. }
  1371. }
  1372. - (void)uploadFile:(NSString *)fileName fileUrl:(NSString *)fileUrl {
  1373. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
  1374. [LOADING_MANAGER showHUD];
  1375. NSString *suffix = [NSString stringWithFormat:@".%@",[[fileName componentsSeparatedByString:@"."] lastObject]];
  1376. NSData *fileData = [NSData dataWithContentsOfURL:[NSURL fileURLWithPath:fileUrl]];
  1377. [UPLOAD_MANAGER configWithfilePath:@"/user/"];
  1378. [UPLOAD_MANAGER uploadFile:fileData fileName:@"file" fileSuffix:suffix progress:^(int64_t bytesWritten, int64_t totalBytes) {
  1379. } successCallback:^(NSMutableArray * _Nonnull fileUrlArray) {
  1380. [LOADING_MANAGER removeHUD];
  1381. NSString *fileUrl = [fileUrlArray lastObject];
  1382. if (self.chooseFileParm) { // 回调
  1383. [self.chooseFileParm setValue:fileUrl forKey:@"fileUrl"];
  1384. [self postMessage:self.chooseFileParm];
  1385. self.chooseFileParm = nil;
  1386. }
  1387. } faliure:^(NSError * _Nullable error, NSString * _Nullable descMessaeg) {
  1388. [LOADING_MANAGER removeHUD];
  1389. if (![NSString isEmptyString:descMessaeg]) {
  1390. [LOADING_MANAGER MBShowAUTOHidingInWindow:descMessaeg];
  1391. }
  1392. [self fileChooseErrorCallback];
  1393. }];
  1394. });
  1395. }
  1396. - (CGFloat)getFileSize:(NSURL *)fileUrl {
  1397. NSFileManager *fileManager = [NSFileManager defaultManager];
  1398. float filesize = -1.0;
  1399. NSString *path = fileUrl.path;
  1400. if ([fileManager fileExistsAtPath:path]) {
  1401. NSDictionary *fileDic = [fileManager attributesOfItemAtPath:path error:nil];//获取文件的属性
  1402. unsigned long long size = [[fileDic objectForKey:NSFileSize] longLongValue];
  1403. filesize = 1.0*size/1024/1024;
  1404. }
  1405. return filesize;
  1406. }
  1407. - (KSWebLoadRefreshView *)errorView {
  1408. if (!_errorView) {
  1409. _errorView = [KSWebLoadRefreshView shareInstance];
  1410. MJWeakSelf;
  1411. [_errorView failViewActionCallback:^(BOOL isBack) {
  1412. [weakSelf hideErrorView];
  1413. if (isBack) {
  1414. [weakSelf backAction];
  1415. }
  1416. else {
  1417. [weakSelf loadRequest];
  1418. }
  1419. }];
  1420. }
  1421. return _errorView;
  1422. }
  1423. - (void)showErrorView {
  1424. if (![self.view.subviews containsObject:self.errorView]) {
  1425. [self.view addSubview:self.errorView];
  1426. [self.errorView mas_makeConstraints:^(MASConstraintMaker *make) {
  1427. make.left.right.top.bottom.mas_equalTo(self.view);
  1428. }];
  1429. [self.view bringSubviewToFront:self.errorView];
  1430. }
  1431. }
  1432. - (void)hideErrorView {
  1433. if ([self.view.subviews containsObject:self.errorView]) {
  1434. [self.errorView removeFromSuperview];
  1435. }
  1436. }
  1437. #pragma mark - UIDocumentInteractionControllerDelegate
  1438. -(UIViewController*)documentInteractionControllerViewControllerForPreview:(UIDocumentInteractionController*)controller{
  1439. return self;
  1440. }
  1441. -(UIView*)documentInteractionControllerViewForPreview:(UIDocumentInteractionController*)controller {
  1442. return self.view;
  1443. }
  1444. -(CGRect)documentInteractionControllerRectForPreview:(UIDocumentInteractionController*)controller {
  1445. return self.view.frame;
  1446. }
  1447. #pragma mark - UIDocumentPickerDelegate
  1448. - (void)documentPicker:(UIDocumentPickerViewController *)controller didPickDocumentsAtURLs:(NSArray <NSURL *>*)urls {
  1449. if (self.isDownloadFile) {
  1450. self.isDownloadFile = NO;
  1451. //保存成功
  1452. [LOADING_MANAGER MBShowAUTOHidingInWindow:@"保存成功"];
  1453. }
  1454. else {
  1455. NSURL *url = [urls lastObject];
  1456. NSArray *array = [[url absoluteString] componentsSeparatedByString:@"/"];
  1457. NSString *fileName = [array lastObject];
  1458. fileName = [fileName stringByRemovingPercentEncoding];
  1459. if (self.fileChooseType == CHOOSETYPE_XML) {
  1460. if (![fileName hasSuffix:@".xml"]) {
  1461. [LOADING_MANAGER MBShowAUTOHidingInWindow:@"请上传XML格式文件"];
  1462. [self fileChooseErrorCallback];
  1463. return;
  1464. }
  1465. }
  1466. else if (self.fileChooseType == CHOOSETYPE_MIDI) {
  1467. if (![fileName hasSuffix:@".mid"] || [fileName hasSuffix:@".midi"]) {
  1468. [LOADING_MANAGER MBShowAUTOHidingInWindow:@"请上传mid格式文件"];
  1469. [self fileChooseErrorCallback];
  1470. return;
  1471. }
  1472. }
  1473. else if (self.fileChooseType == CHOOSETYPE_MP3) {
  1474. if (![fileName hasSuffix:@".mp3"]) {
  1475. [LOADING_MANAGER MBShowAUTOHidingInWindow:@"请上传mp3格式文件"];
  1476. [self fileChooseErrorCallback];
  1477. return;
  1478. }
  1479. }
  1480. else {
  1481. if (![fileName hasSuffix:@".mp3"] && ![fileName hasSuffix:@".aac"]) {
  1482. [LOADING_MANAGER MBShowAUTOHidingInWindow:@"暂不支持此格式!"];
  1483. [self fileChooseErrorCallback];
  1484. return;
  1485. }
  1486. }
  1487. __block NSString * fileUrl = @"";
  1488. if ([KSICloudManager iCloudEnable]) {
  1489. [KSICloudManager downloadWithDocumentURL:url callBack:^(id obj) {
  1490. NSData *data = obj;
  1491. //写入沙盒Documents
  1492. NSString *pathStr = [NSHomeDirectory() stringByAppendingString:[NSString stringWithFormat:@"/Documents/%@",fileName]];
  1493. [data writeToFile:pathStr atomically:YES];
  1494. if (![[NSFileManager defaultManager] fileExistsAtPath:pathStr]) {
  1495. BOOL isSuccess = [data writeToFile:pathStr atomically:YES];
  1496. if (isSuccess) {
  1497. fileUrl = pathStr;
  1498. }
  1499. else {
  1500. [LOADING_MANAGER MBShowAUTOHidingInWindow:@"写入文件错误!"];
  1501. [self fileChooseErrorCallback];
  1502. }
  1503. }
  1504. else {
  1505. fileUrl = pathStr;
  1506. }
  1507. [self uploadFile:fileName fileUrl:pathStr];
  1508. }];
  1509. }
  1510. else {
  1511. [LOADING_MANAGER MBShowAUTOHidingInWindow:@"iCloud不可用!"];
  1512. [self fileChooseErrorCallback];
  1513. }
  1514. }
  1515. }
  1516. #pragma mark ---- 镜像和投屏检测
  1517. - (void)captureViewTips:(NSNotification *)notification {
  1518. [self checkCaptured];
  1519. }
  1520. - (void)checkCaptured {
  1521. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.3 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
  1522. if ([self checkIsCaptured]) {
  1523. [self didCapturedView];
  1524. }
  1525. });
  1526. }
  1527. - (BOOL)checkIsCaptured {
  1528. if ([UIScreen mainScreen].isCaptured && [UIScreen screens].count < 2) {
  1529. return YES;
  1530. }
  1531. return NO;
  1532. }
  1533. - (void)didCapturedView {
  1534. NSMutableDictionary *sendParm = [NSMutableDictionary dictionary];
  1535. [sendParm setValue:@"setVideoPlayer" forKey:@"api"];
  1536. NSMutableDictionary *content = [NSMutableDictionary dictionary];
  1537. [content setValue:@"pause" forKey:@"status"];
  1538. [sendParm setValue:content forKey:@"content"];
  1539. [self postMessage:sendParm];
  1540. }
  1541. /*
  1542. #pragma mark - Navigation
  1543. // In a storyboard-based application, you will often want to do a little preparation before navigation
  1544. - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
  1545. // Get the new view controller using [segue destinationViewController].
  1546. // Pass the selected object to the new view controller.
  1547. }
  1548. */
  1549. @end