12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- //
- // YHPrefixHeader.pch
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/16.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #ifndef YHPrefixHeader_pch
- #define YHPrefixHeader_pch
- #import "DRHeader.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 "DRHttp.h"
- #import "PublicFunction.h"
- #import <ReactiveCocoa/ReactiveCocoa.h>
- #import "SVProgressHUD.h"
- #import "AccountTool.h"
- #import "UIButton+WSLTitleImage.h"
- #import "YYFPSLabel.h"
- #import <UMMobClick/MobClick.h>
- #import "RouteManager.h"
- #import "DRCacheHttp.h"
- #import "DREventModel.h"
- #import "UICollectionView+MJRefreshAutoManger.h"
- #import "UITableView+MJRefreshAutoManager.h"
- #import "UIButton+ImageTitleStyle.h"
- #import "DetailRequestModel.h"
- #import "DRUMbindWeChat.h"
- #import "UIImageView+SDCategory.h"
- //JCY
- #import "CIImage+YHExtend.h"
- #import "UIView+YHExtend.h"
- #import "MBProgressHUD+Extension.h"
- #import "UIButton+YHExtend.h"
- #define ChangeSex @"changeSex"
- //#define BaseURL @"http://101.201.142.23"
- #define BaseURL @"https://tbk.726p.com" //正式环境
- //#define BaseURL @"http://apitbk.726p.com"
- //#define BaseURL @"http://yhq.quyaqu.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/groupgoldgroups"]
- #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(@"");
- #endif /* YHPrefixHeader_pch */
|