// // APPKDURL.h // KuDianProject // // Created by 学丽 on 2019/7/4. // Copyright © 2019 KDP. All rights reserved. // #ifndef APPKDURL_h #define APPKDURL_h //#define KDURL @"http://47.93.151.217:9523/" // 线上 #define KDURL @"http://59.110.214.36:9090/" // 测试 #define KWai @"kwai://" //#define KDURL @"https://mapi.kuxuan-inc.com/" #define LoginURL [NSString stringWithFormat:@"%@api/users/loginCode",KDURL]//登录 #define GetCodeURL [NSString stringWithFormat:@"%@api/users/sendCode",KDURL]//验证码 #define TBMessage @"需要安装淘宝APP" #define KWaiMessage @"需要安装快手APP" #define ZSHZURl @"https://mapi.kuxuan-inc.com/cool_store/expert.html" #define custSerURL [NSString stringWithFormat:@"%@cool_store/service/index.html",KDURL] #define topIncomeUrl [NSString stringWithFormat:@"%@api/home/getHomeTopOrderInfo",KDURL] #define bannerURL [NSString stringWithFormat:@"%@api/adv/advByType",KDURL] #define topGoodRecommURL [NSString stringWithFormat:@"%@api/home/getHomeGoodsListV1",KDURL] #define historyURL [NSString stringWithFormat:@"%@api/brower/record",KDURL] #define collectURL [NSString stringWithFormat:@"%@api/goods_collect/handelCollection",KDURL] #define goodDetailURL [NSString stringWithFormat:@"%@api/goods/detail",KDURL] #define projectGoodURL [NSString stringWithFormat:@"%@api/goods/listGoods",KDURL] #define ChartAllMoneyURL [NSString stringWithFormat:@"%@api/order/myEarningOrderStatistics",KDURL] #define balanceURL [NSString stringWithFormat:@"%@api/earning/accountPrice",KDURL] #define BalancelistURL [NSString stringWithFormat:@"%@api/earning/myBalanceList",KDURL] #define foreastURL [NSString stringWithFormat:@"%@api/earning/monthEarnings",KDURL] #define foreastDetailURL [NSString stringWithFormat:@"%@api/earning/incomeDetailList",KDURL] #define UserInfoURL [NSString stringWithFormat:@"%@api/users/getKuaiShouInfo",KDURL] #define PIDURL [NSString stringWithFormat:@"%@api/users/getPidInfo",KDURL] #define IncomeDataURL [NSString stringWithFormat:@"%@api/onlive/profit",KDURL] #define CollectURLLIST [NSString stringWithFormat:@"%@api/goods_collect/collectionList",KDURL] #define HisttoryListURL [NSString stringWithFormat:@"%@api/brower/recordList",KDURL] #define BuyURL [NSString stringWithFormat:@"%@api/goods/shareCommonGoods",KDURL] #define KwaiJumpURL [NSString stringWithFormat:@"%@api/goods/shareCommonGoods",KDURL] #define pidNumTotalURL [NSString stringWithFormat:@"%@api/goods/updateUserPidAlert",KDURL]//pid统计 #define todayOrderURL [NSString stringWithFormat:@"%@api/order/listTodayOrders",KDURL]//今日订单列表 #define hotGoodListURL [NSString stringWithFormat:@"%@api/order/listTodayGoods",KDURL]//列表 #define SaleStatisticsURL [NSString stringWithFormat:@"%@api/order/getOrderStatistics",KDURL]//销量统计 #define orderHeadTitleURL [NSString stringWithFormat:@"%@api/order/getOrderTop",KDURL]//订单t标题 #define orderDetailListURL [NSString stringWithFormat:@"%@api/order/orderList",KDURL] #endif /* APPKDURL_h */