省钱达人

YHPrefixHeader.pch 3.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. //
  2. // YHPrefixHeader.pch
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/1/16.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #ifndef YHPrefixHeader_pch
  9. #define YHPrefixHeader_pch
  10. #import "DRHeader.h"
  11. #import "WeiXinDefaults.h"
  12. #import "AFNetworking.h"
  13. #import "Masonry.h"
  14. #import "MBProgressHUD.h"
  15. #import "UIImageView+WebCache.h"
  16. #import "YYModel.h"
  17. #import "MJRefresh.h"
  18. #import "UIColor+YHColor.h"
  19. #import "UIView+LayoutMethods.h"
  20. #import "SGPagingView.h"
  21. #import "YYWebImage.h"
  22. #import "YYCategories.h"
  23. #import "UITableView+AddForPlaceholder.h"
  24. #import "DRHttp.h"
  25. #import "PublicFunction.h"
  26. #import <ReactiveCocoa/ReactiveCocoa.h>
  27. #import "SVProgressHUD.h"
  28. #import "AccountTool.h"
  29. #import "UIButton+WSLTitleImage.h"
  30. #import "YYFPSLabel.h"
  31. #import <UMMobClick/MobClick.h>
  32. #import "RouteManager.h"
  33. #import "DRCacheHttp.h"
  34. #import "DREventModel.h"
  35. #import "UICollectionView+MJRefreshAutoManger.h"
  36. #import "UITableView+MJRefreshAutoManager.h"
  37. #import "UIButton+ImageTitleStyle.h"
  38. #import "DetailRequestModel.h"
  39. #import "DRUMbindWeChat.h"
  40. #import "UIImageView+SDCategory.h"
  41. //JCY
  42. #import "CIImage+YHExtend.h"
  43. #import "UIView+YHExtend.h"
  44. #import "MBProgressHUD+Extension.h"
  45. #import "UIButton+YHExtend.h"
  46. #define ChangeSex @"changeSex"
  47. //#define BaseURL @"http://101.201.142.23"
  48. #define BaseURL @"https://tbk.726p.com" //正式环境
  49. //#define BaseURL @"http://apitbk.726p.com"
  50. //#define BaseURL @"http://yhq.quyaqu.com"
  51. #define ChannelList [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/channel/list"]
  52. #define CategorySubList [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/category/categorySubList"]
  53. #define CategoryGoods [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/category/categoryGoods"]
  54. #define Banner_list [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/homeact/list"]
  55. #define Goldgroups [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/channel/groupgoldgroups"]
  56. #define StocklistByCategoryId [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/goods/stocklistByCategoryId"]
  57. #define GoldCollectiongroups [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/channel/groupNewGoldGroups"]
  58. #define Send_Code [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/users/sendCodeNew"]
  59. #define ValidLoginAPI [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/users/loginCodeNew"]
  60. #define MyCollectCollectTicket [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/users/collectTickets"]
  61. #define MyDelReceiveTickets [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/users/delReceiveTickets"]
  62. #define DelCollectionTickets [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/users/delCollectTickets"]
  63. #define MySetting [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/users/userSetSex"]
  64. #define Logout [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/users/logout"]
  65. #define UserInfo [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/users/userInfo"]
  66. #define MyReceiveTickets [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/users/receiveTickets"]
  67. #define HotSearch [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/channel/hotsearch"]
  68. #define SearchAdvice [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/category/searchAdvice"]
  69. #define RelevantRecommendations [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/category/relevantRecommendations"]
  70. #define SimilarGoods [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/goods/similarGoods"]
  71. #define GoodlistByGid [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/goods/goodlistByGid"]
  72. #define UserFeedback [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/users/userFeedback"]
  73. #define Check_Update [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/homeact/updateVersion"]
  74. //#define jcytesttoken [mgr.requestSerializer setValue:@"68b3b83fdfef1e7e3927c96e03d312821" forHTTPHeaderField:@"token"];
  75. #define jcytesttoken NSLog(@"");
  76. #endif /* YHPrefixHeader_pch */