123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- //
- //
- // hc
- //
- // Created by hc on 2018/1/16.
- // Copyright © 2018年 hc. All rights reserved.
- //
- #ifndef YHPrefixHeader_pch
- #define YHPrefixHeader_pch
- #import "HCHeader.h"
- #import "WeiXinDefaults.h"
- #import "AFNetworking.h"
- #import "Masonry.h"
- #import "MBProgressHUD.h"
- #import "UIImageView+WebCache.h"
- #import "YYModel.h"
- #import "MJRefresh.h"
- #import "UIColor+YHColor.h"
- #import "UIView+LayoutMethods.h"
- #import "SGPagingView.h"
- #import "YYWebImage.h"
- #import "YYCategories.h"
- #import "UITableView+AddForPlaceholder.h"
- #import "HCHttp.h"
- #import "PublicFunction.h"
- #import <ReactiveCocoa/ReactiveCocoa.h>
- #import "SVProgressHUD.h"
- #import "AccountTool.h"
- #import "UIButton+WSLTitleImage.h"
- #import "YYFPSLabel.h"
- #import <YYText.h>
- #import <UMMobClick/MobClick.h>
- #import "RouteManager.h"
- #import "HCCacheHttp.h"
- #import "HCEventModel.h"
- #import "UICollectionView+MJRefreshAutoManger.h"
- #import "UITableView+MJRefreshAutoManager.h"
- #import "UIButton+ImageTitleStyle.h"
- #import "DetailRequestModel.h"
- #import "HCUMbindWeChat.h"
- #import "UIImageView+SDCategory.h"
- //JCY
- #import "CIImage+YHExtend.h"
- #import "UIView+YHExtend.h"
- #import "MBProgressHUD+Extension.h"
- #import "UIButton+YHExtend.h"
- #import "UIButton+WebCache.h"
- #import "UILabel+ChangeLineSpaceAndWordSpace.h"
- #import "HCTopNewViewController.h"
- #import "GlobalPopQueneManager.h"
- #import "ActivityIndicatorView.h"
- #import "LoadingView.h"
- #define ChangeSex @"changeSex"
- //#define BaseURL @"http://60.205.169.65"//
- //#define BaseURL @"https://tbk.726p.com" //正式环境
- //#define BaseURL @"http://apitbk.726p.com"//预上线
- //#define BaseURL @"http://yhq.quyaqu.com"//测试环境
- #define BaseURL @"https://game.zhuadd.com"
- #define ChannelList [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/channel/list"]
- #define CategorySubList [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/category/categorySubList"]
- #define CategoryGoods [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/category/categoryGoods"]
- #define Banner_list [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/homeact/list"]
- #define Goldgroups [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/channel/specialGoldGroups"]
- #define StocklistByCategoryId [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/goods/stocklistByCategoryId"]
- #define GoldCollectiongroups [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/channel/groupNewGoldGroups"]
- #define Send_Code [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/users/sendCodeNew"]
- #define ValidLoginAPI [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/users/loginCodeNew"]
- #define MyCollectCollectTicket [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/users/collectTickets"]
- #define MyDelReceiveTickets [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/users/delReceiveTickets"]
- #define DelCollectionTickets [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/users/delCollectTickets"]
- #define MySetting [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/users/userSetSex"]
- #define Logout [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/users/logout"]
- #define UserInfo [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/users/userInfo"]
- #define MyReceiveTickets [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/users/receiveTickets"]
- #define HotSearch [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/channel/hotsearch"]
- #define SearchAdvice [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/category/searchAdvice"]
- #define RelevantRecommendations [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/category/relevantRecommendations"]
- #define SimilarGoods [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/goods/similarGoods"]
- #define GoodlistByGid [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/goods/goodlistByGid"]
- #define UserFeedback [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/users/userFeedback"]
- #define Check_Update [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/homeact/updateVersion"]
- //#define jcytesttoken [mgr.requestSerializer setValue:@"68b3b83fdfef1e7e3927c96e03d312821" forHTTPHeaderField:@"token"];
- #define jcytesttoken NSLog(@"");
- //新接口
- #define goodsSpecialList [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/goods/specialList"]
- #endif /* YHPrefixHeader_pch */
|