123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- //
- // YHPrefixHeader.pch
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/16.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #ifndef YHPrefixHeader_pch
- #define YHPrefixHeader_pch
- #import "HSQHeader.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 "HSQHttp.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 "HSQCacheHttp.h"
- #import "HSQEventModel.h"
- #import "UICollectionView+MJRefreshAutoManger.h"
- #import "UITableView+MJRefreshAutoManager.h"
- #import "UIButton+ImageTitleStyle.h"
- #import "DetailRequestModel.h"
- #import "HSQUMbindWeChat.h"
- #import "UIImageView+SDCategory.h"
- #import "SDAutoLayout.h"
- #import "CIImage+YHExtend.h"
- #import "UIView+YHExtend.h"
- #import "MBProgressHUD+Extension.h"
- #import "UIButton+YHExtend.h"
- #import <MJExtension.h>
- #import "LoadingView.h"
- #import "ActivityIndicatorView.h"
- #import "UIView+CCShadow.h"
- #import "HSQUserInfoManager.h"
- #import "GlobalPopQueneManager.h"
- #import "XHToast.h"
- #define ChangeSex @"changeSex"
- //#define BaseURL @"http://60.205.169.65"
- //#define BaseURL @"http://60.205.169.65"
- #define BaseURL @"https://game.zhuadd.com"//
- //#define BaseURL @"https://tbk.726p.com" //正式环境
- //#define BaseURL @"http://apitbk.726p.com"
- //#define BaseURL @"http://yhq.quyaqu.com"
- //static NSString *const advURL = @"http://182.92.118.1:8070/api"; //广告测试URL
- static NSString *const advURL = @"http://ads.726p.com/api"; //广告线上URL
- #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/bannerlist"]
- #define Goldgroups [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/channel/groupgoldgroups"]
- #define StocklistByCategoryId [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/goods/stocklistByCategoryId"]
- #define GoldCollectiongroups [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/channel/groupRoundNew"]
- #define Send_Code [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/users/sendCodeNew"]
- #define ValidLoginAPI [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/users/loginCode"]
- #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 NewUserInfo [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/users/userInfoNew"]
- #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 serviceWechat [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/adzoneCreate/serviceWechat"]
- #define messageNew [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/message_push/messageNew"]
- #define newServiceWechat [NSString stringWithFormat:@"%@%@",BaseURL,@"/api/v2/adzoneCreate/newServiceWechat"]
- //#define jcytesttoken [mgr.requestSerializer setValue:@"68b3b83fdfef1e7e3927c96e03d312821" forHTTPHeaderField:@"token"];
- #define jcytesttoken NSLog(@"");
- #endif /* YHPrefixHeader_pch */
|