酷店

APPKDURL.h 3.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. //
  2. // APPKDURL.h
  3. // KuDianProject
  4. //
  5. // Created by 学丽 on 2019/7/4.
  6. // Copyright © 2019 KDP. All rights reserved.
  7. //
  8. #ifndef APPKDURL_h
  9. #define APPKDURL_h
  10. //#define KDURL @"http://47.93.151.217:9523/" //
  11. //#define KDURL @"http://59.110.214.36:9090/" // 测试
  12. #define KWai @"kwai://"
  13. #define KDURL @"https://mapi.kuxuan-inc.com/"
  14. #define LoginURL [NSString stringWithFormat:@"%@api/users/loginCode",KDURL]//登录
  15. #define GetCodeURL [NSString stringWithFormat:@"%@api/users/sendCode",KDURL]//验证码
  16. #define TBMessage @"需要安装淘宝APP"
  17. #define KWaiMessage @"需要安装快手APP"
  18. #define ZSHZURl @"https://mapi.kuxuan-inc.com/cool_store/expert.html"
  19. #define custSerURL [NSString stringWithFormat:@"%@cool_store/service/index.html",KDURL]
  20. #define topIncomeUrl [NSString stringWithFormat:@"%@api/home/getHomeTopOrderInfo",KDURL]
  21. #define bannerURL [NSString stringWithFormat:@"%@api/banners",KDURL]
  22. #define topGoodRecommURL [NSString stringWithFormat:@"%@api/home/getHomeGoodsListV1",KDURL]
  23. #define historyURL [NSString stringWithFormat:@"%@api/brower/record",KDURL]
  24. #define collectURL [NSString stringWithFormat:@"%@api/goods_collect/handelCollection",KDURL]
  25. #define goodDetailURL [NSString stringWithFormat:@"%@api/goods/detail",KDURL]
  26. #define projectGoodURL [NSString stringWithFormat:@"%@api/goods/listGoods",KDURL]
  27. #define ChartAllMoneyURL [NSString stringWithFormat:@"%@api/order/myEarningOrderStatistics",KDURL]
  28. #define balanceURL [NSString stringWithFormat:@"%@api/earning/accountPrice",KDURL]
  29. #define BalancelistURL [NSString stringWithFormat:@"%@api/earning/myBalanceList",KDURL]
  30. #define foreastURL [NSString stringWithFormat:@"%@api/earning/monthEarnings",KDURL]
  31. #define foreastDetailURL [NSString stringWithFormat:@"%@api/earning/incomeDetailList",KDURL]
  32. #define UserInfoURL [NSString stringWithFormat:@"%@api/users/getKuaiShouInfo",KDURL]
  33. #define PIDURL [NSString stringWithFormat:@"%@api/users/getPidInfo",KDURL]
  34. #define IncomeDataURL [NSString stringWithFormat:@"%@api/onlive/profit",KDURL]
  35. #define CollectURLLIST [NSString stringWithFormat:@"%@api/goods_collect/collectionList",KDURL]
  36. #define HisttoryListURL [NSString stringWithFormat:@"%@api/brower/recordList",KDURL]
  37. #define BuyURL [NSString stringWithFormat:@"%@api/goods/shareCommonGoods",KDURL]
  38. #define KwaiJumpURL [NSString stringWithFormat:@"%@api/goods/shareCommonGoods",KDURL]
  39. #define pidNumTotalURL [NSString stringWithFormat:@"%@api/goods/updateUserPidAlert",KDURL]//pid统计
  40. #define todayOrderURL [NSString stringWithFormat:@"%@api/order/listTodayOrders",KDURL]//今日订单列表
  41. #define hotGoodListURL [NSString stringWithFormat:@"%@api/order/listTodayGoods",KDURL]//列表
  42. #define SaleStatisticsURL [NSString stringWithFormat:@"%@api/order/getOrderStatistics",KDURL]//销量统计
  43. #define orderHeadTitleURL [NSString stringWithFormat:@"%@api/order/getOrderTop",KDURL]//订单t标题
  44. #define message_numURL [NSString stringWithFormat:@"%@api/message_push/messageNew",KDURL]
  45. #define orderDetailListURL [NSString stringWithFormat:@"%@api/order/orderList",KDURL]
  46. #endif /* APPKDURL_h */