MacroLocalKey.h 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. //
  2. // MacroLocalKey.h
  3. // 乐销
  4. //
  5. // Created by 隋林栋 on 2017/7/20.
  6. // Copyright © 2017年 ping. All rights reserved.
  7. //
  8. #ifndef MacroLocalKey_h
  9. #define MacroLocalKey_h
  10. //颜色
  11. #define COLOR_TEXT_UNSELECT [UIColor colorWithHexString:@"#CCCCCC"]
  12. #define COLOR_BACKGROUND [UIColor colorWithHexString:@"#efeff4"]
  13. #define COLOR_LABEL [UIColor colorWithHexString:@"#333333"]
  14. #define COLOR_DETAIL [UIColor colorWithHexString:@"#8E8E8E"]
  15. #define COLOR_TIME [UIColor colorWithHexString:@"#828282"]
  16. #define COLOR_999 [UIColor colorWithHexString:@"#999999"]
  17. #define COLOR_9797 [UIColor colorWithHexString:@"#979797"]
  18. #define COLOR_5B5B [UIColor colorWithHexString:@"#5B5B5B"]
  19. #define COLOR_5D5D [UIColor colorWithHexString:@"#5D5D5D"]
  20. #define COLOR_777 [UIColor colorWithHexString:@"#777777"]
  21. #define COLOR_888 [UIColor colorWithHexString:@"#888888"]
  22. #define COLOR_666 [UIColor colorWithHexString:@"#666666"]
  23. #define COLOR_8080 [UIColor colorWithHexString:@"#808080"]
  24. #define COLOR_DINGDAN [UIColor colorWithHexString:@"#46BC62"]
  25. #define COLOR_GREEN [UIColor colorWithHexString:@"#15BD31"]
  26. #define COLOR_BLUE [UIColor colorWithHexString:@"#2191FF"]
  27. #define COLOR_555 [UIColor colorWithHexString:@"#555555"]
  28. #define COLOR_TEXTACELINE [UIColor colorWithHexString:@"#e8e8eb"]
  29. #define COLOR_BAILABEL [UIColor colorWithHexString:@"#FFFFFF"]
  30. #define COLOR_ADDRESSLINE [UIColor colorWithHexString:@"#d9d9d9"]
  31. #define COLOR_LINE [UIColor colorWithHexString:@"#EEEEEE"]
  32. #define COLOR_LINE_DARK [UIColor colorWithHexString:@"#d9d9d9"]
  33. #define COLOR_RED [UIColor colorWithHexString:@"#FF2121"]
  34. #define COLOR_RZ [UIColor colorWithHexString:@"#fd8324"]
  35. #define COLOR_KQ [UIColor colorWithHexString:@"#00c421"]
  36. #define COLOR_XS [UIColor colorWithHexString:@"#fb632e"]
  37. #define COLOR_TEXT [UIColor colorWithHexString:@"#00ADC3"]
  38. #define COLOR_CP [UIColor colorWithHexString:@"#ffae01"]
  39. #define COLOR_CG [UIColor colorWithHexString:@"#b927f2"]
  40. #define COLOR_ADDRESS [UIColor colorWithHexString:@"#F9F9F9"]
  41. #define COLOR_CHATTING [UIColor colorWithHexString:@"#f0f0f0"]
  42. #define COLOR_CURRENTPAGE [UIColor colorWithHexString:@"#b1b1b1"]
  43. #define COLOR_PAGEBACK [UIColor colorWithHexString:@"#e5e5e5"]
  44. #define COLOR_PRODUCT [UIColor colorWithHexString:@"#000000"]
  45. #define COLOR_HB [UIColor colorWithHexString:@"#FFE0AB"]
  46. #define COLOR_DARKBLUE [UIColor colorWithHexString:@"#366297"]
  47. #define COLOR_ORANGE [UIColor colorWithHexString:@"#F57847"]
  48. #define COLOR_F7F7 [UIColor colorWithHexString:@"#F7F7F7"]
  49. //透明度
  50. #define COLOR_BLACK_ALPHA_PER60 [UIColor colorWithRed:0/255.0 green:0/255.0 blue:0/255.0 alpha:0.6]
  51. #define COLOR_BLACK_ALPHA_PER90 [UIColor colorWithRed:0/255.0 green:0/255.0 blue:0/255.0 alpha:0.9]
  52. //map放大倍数
  53. #define MAPZOOMNUM 14.076151
  54. #define IMAGE_HEAD @"http://static.sszj888.net/"
  55. #define IMAGE_HEAD_DEFAULT @"img_head"
  56. #define IMAGE_HEAD_CUSTOMER_DEFAULT @"kh_mr"
  57. #define IMAGE_HEAD_STORE_DEFAULT @"mr"//don't know how to use
  58. #define IMAGE_HEAD_COMPANY_DEFAULT @"qy_mr"//use in company info
  59. #define IMAGE_SMALL_DEFAULT @"mr_zw"//use for image in list
  60. #define IMAGE_BIG_DEFAULT @"placeholder_b"//user for image in detail
  61. #define IMAGE_ARROW_RIGHT @"right_cart"
  62. #define IMAGE_ARROW_LEFT @"左箭头灰"
  63. #define StrFormat(string, args...) [NSString stringWithFormat:string, args]
  64. #define UIColorFromHexRGB(rgbValue) ^(){\
  65. unsigned int hexNumber;\
  66. sscanf([[rgbValue stringByReplacingOccurrencesOfString:@"#" withString:@"0x"] cStringUsingEncoding:NSUTF8StringEncoding], "%x", &hexNumber);\
  67. return [UIColor colorWithRed:((float)((hexNumber & 0xFF0000) >> 16))/255.0 green:((float)((hexNumber & 0xFF00) >> 8))/255.0 blue:((float)(hexNumber & 0xFF))/255.0 alpha:1.0];\
  68. }()
  69. //nav height
  70. #define NAVIGATIONBAR_HEIGHT (64.0f+(([UIScreen mainScreen].bounds.size.height == 812||[UIScreen mainScreen].bounds.size.height == 896)?24.0f:0.0f)) //导航条的高度
  71. #define TABBAR_HEIGHT (([UIScreen mainScreen].bounds.size.height == 812||[UIScreen mainScreen].bounds.size.height == 896)?83.0f:49.0f) //工具栏高度
  72. #define STATUSBAR_HEIGHT (([UIScreen mainScreen].bounds.size.height == 812||[UIScreen mainScreen].bounds.size.height == 896)?44.0f:20.0f) //状态栏高度
  73. #define ISPHONEX ([UIScreen mainScreen].bounds.size.height == 812||[UIScreen mainScreen].bounds.size.height == 896) //ISPHONEX
  74. #define WEAKSELF __weak typeof(self) weakSelf = self;
  75. #define STRONGSELF typeof(weakSelf) __strong self = weakSelf;
  76. #define IS8P ([UIScreen mainScreen].bounds.size.height == 736)
  77. #define StatusBarHeight [UIApplication sharedApplication].statusBarFrame.size.height
  78. //UDID MD5_UDID
  79. #define UDID [[[UIDevice currentDevice] identifierForVendor] UUIDString]
  80. #define MD5_UDID [UDID md5]
  81. //size
  82. #define StatusBarHeight [UIApplication sharedApplication].statusBarFrame.size.height
  83. #define SafeAreaTopHeight ((ScreenHeight >= 812.0) && [[UIDevice currentDevice].model isEqualToString:@"iPhone"] ? 88 : 64)
  84. #define SafeAreaBottomHeight ((ScreenHeight >= 812.0) && [[UIDevice currentDevice].model isEqualToString:@"iPhone"] ? 30 : 0)
  85. #define ScreenFrame [UIScreen mainScreen].bounds
  86. #define UIViewX(control) (control.frame.origin.x)
  87. #define UIViewY(control) (control.frame.origin.y)
  88. #define UIViewWidth(view) CGRectGetWidth(view.frame)
  89. #define UIViewHeight(view) CGRectGetHeight(view.frame)
  90. #define UIViewMaxX(view) CGRectGetMaxX(view.frame)
  91. #define UIViewMaxY(view) CGRectGetMaxY(view.frame)
  92. #define UIViewMinX(view) CGRectGetMinX(view.frame)
  93. #define UIViewMinY(view) CGRectGetMinY(view.frame)
  94. #define UIViewMidX(view) CGRectGetMidX(view.frame)
  95. #define UIViewMidY(view) CGRectGetMidY(view.frame)
  96. //color
  97. #define UIColorFromRGB(rgbValue) [UIColor colorWithRed:((float)((rgbValue & 0xFF0000) >> 16)) / 255.0 \
  98. green:((float)((rgbValue & 0xFF00) >> 8)) / 255.0 \
  99. blue:((float)(rgbValue & 0xFF)) / 255.0 \
  100. alpha:1.0]
  101. #define RGBA(R, G, B, A) [UIColor colorWithRed:R/255.0 green:G/255.0 blue:B/255.0 alpha:A]
  102. #define ColorWhiteAlpha10 RGBA(255.0, 255.0, 255.0, 0.1)
  103. #define ColorWhiteAlpha20 RGBA(255.0, 255.0, 255.0, 0.2)
  104. #define ColorWhiteAlpha40 RGBA(255.0, 255.0, 255.0, 0.4)
  105. #define ColorWhiteAlpha60 RGBA(255.0, 255.0, 255.0, 0.6)
  106. #define ColorWhiteAlpha80 RGBA(255.0, 255.0, 255.0, 0.8)
  107. #define ColorBlackAlpha1 RGBA(0.0, 0.0, 0.0, 0.01)
  108. #define ColorBlackAlpha5 RGBA(0.0, 0.0, 0.0, 0.05)
  109. #define ColorBlackAlpha10 RGBA(0.0, 0.0, 0.0, 0.1)
  110. #define ColorBlackAlpha20 RGBA(0.0, 0.0, 0.0, 0.2)
  111. #define ColorBlackAlpha40 RGBA(0.0, 0.0, 0.0, 0.4)
  112. #define ColorBlackAlpha60 RGBA(0.0, 0.0, 0.0, 0.6)
  113. #define ColorBlackAlpha80 RGBA(0.0, 0.0, 0.0, 0.8)
  114. #define ColorBlackAlpha90 RGBA(0.0, 0.0, 0.0, 0.9)
  115. #define ColorThemeGrayLight RGBA(104.0, 106.0, 120.0, 1.0)
  116. #define ColorThemeGray RGBA(92.0, 93.0, 102.0, 1.0)
  117. #define ColorThemeGrayDark RGBA(20.0, 21.0, 30.0, 1.0)
  118. #define ColorThemeYellow RGBA(250.0, 206.0, 21.0, 1.0)
  119. #define ColorThemeYellowDark RGBA(235.0, 181.0, 37.0, 1.0)
  120. #define ColorThemeBackground RGBA(14.0, 15.0, 26.0, 1.0)
  121. #define ColorThemeGrayDarkAlpha95 RGBA(20.0, 21.0, 30.0, 0.95)
  122. #define ColorThemeRed RGBA(241.0, 47.0, 84.0, 1.0)
  123. #define ColorRoseRed RGBA(220.0, 46.0, 123.0, 1.0)
  124. #define ColorClear [UIColor clearColor]
  125. #define ColorBlack [UIColor blackColor]
  126. #define ColorWhite [UIColor whiteColor]
  127. #define ColorGray [UIColor grayColor]
  128. #define ColorBlue RGBA(40.0, 120.0, 255.0, 1.0)
  129. #define ColorGrayLight RGBA(40.0, 40.0, 40.0, 1.0)
  130. #define ColorGrayDark RGBA(25.0, 25.0, 35.0, 1.0)
  131. #define ColorGrayDarkAlpha95 RGBA(25.0, 25.0, 35.0, 0.95)
  132. #define ColorSmoke RGBA(230.0, 230.0, 230.0, 1.0)
  133. //Font
  134. #define SuperSmallFont [UIFont systemFontOfSize:10.0]
  135. #define SuperSmallBoldFont [UIFont boldSystemFontOfSize:10.0]
  136. #define SmallFont [UIFont systemFontOfSize:12.0]
  137. #define SmallBoldFont [UIFont boldSystemFontOfSize:12.0]
  138. #define MediumFont [UIFont systemFontOfSize:14.0]
  139. #define MediumBoldFont [UIFont boldSystemFontOfSize:14.0]
  140. #define BigFont [UIFont systemFontOfSize:16.0]
  141. #define BigBoldFont [UIFont boldSystemFontOfSize:16.0]
  142. #define LargeFont [UIFont systemFontOfSize:18.0]
  143. #define LargeBoldFont [UIFont boldSystemFontOfSize:18.0]
  144. #define SuperBigFont [UIFont systemFontOfSize:26.0]
  145. #define SuperBigBoldFont [UIFont boldSystemFontOfSize:26.0]
  146. //adapt
  147. #define W(n) ((n)* [UIScreen mainScreen].bounds.size.width / 375.0f)
  148. #define F(n) (([UIScreen mainScreen].bounds.size.width == 320)?(n-1):([UIScreen mainScreen].bounds.size.width == 375)?(n):([UIScreen mainScreen].bounds.size.width == 414)?(n+1):(n+2))
  149. #define H(n) (n*[UIScreen mainScreen].bounds.size.height / 667.0f)
  150. //时间格式
  151. #define TIME_MONTH_REQUEST @"yyyy-MM"
  152. #define TIME_DAY_REQUEST @"yyyy-MM-dd"
  153. #define TIME_HOUR_REQUEST @"yyyy-MM-dd HH"
  154. #define TIME_MIN_REQUEST @"yyyy-MM-dd HH:mm"
  155. #define TIME_SEC_REQUEST @"yyyy-MM-dd HH:mm:ss"
  156. #define TIME_MONTH_DAY_REQUEST @"MM-dd"
  157. //更改版
  158. #define TIME_MONTH_SHOW @"yyyy-MM"
  159. #define TIME_DAY_SHOW @"yyyy-MM-dd"
  160. #define TIME_HOUR_SHOW @"yyyy-MM-dd HH"
  161. #define TIME_MIN_SHOW @"yyyy-MM-dd HH:mm"
  162. #define TIME_SEC_SHOW @"yyyy-MM-dd HH:mm:ss"
  163. #define TIME_MONTH_DAY_SHOW @"MM-dd"
  164. //中文版
  165. #define TIME_MONTH_CN @"yyyy年MM月"
  166. #define TIME_DAY_CN @"yyyy年MM月dd日"
  167. #define TIME_HOUR_CN @"yyyy年MM月dd日 HH"
  168. #define TIME_MIN_CN @"yyyy年MM月dd日 HH:mm"
  169. #define TIME_SEC_CN @"yyyy年MM月dd HH:mm:ss"
  170. #define TIME_MONTH_DAY_CN @"MM月dd日"
  171. //本地通知
  172. #define NOTICE_SELFMODEL_CHANGE @"NOTICE_SELFMODEL_CHANGE"//个人信息更改
  173. #define NOTICE_COMPANY_MODEL_CHANGE @"NOTICE_COMPANY_MODEL_CHANGE"//公司信息获取
  174. #define NOTICE_MARKET_MODULE_CHAHNGE @"NOTICE_MARKET_MODULE_CHAHNGE"//首页模块更改
  175. #define NOTICE_COM_FORM_CHANGE @"NOTICE_COM_FORM_CHANGE"//常用表单修改
  176. #define NOTICE_FORM_STATE_CHANGE @"NOTICE_FORM_STATE_CHANGE"//表单状态修改
  177. #define NOTICE_DYNAMIC_LIST_REFRESH @"NOTICE_DYNAMIC_LIST_REFRESH"//动态列表修改
  178. #define NOTICE_SELF_BG @"NOTICE_SELF_BG"//个人背景更改
  179. #define NOTICE_CUSTOMER_NEW_REFRESH @"NOTICE_CUSTOMER_NEW_REFRESH"//新客户数量请求
  180. #define NOTICE_ORDERDETAIL_STATE_CHANGE @"NOTICE_ORDERDETAIL_STATE_CHANGE"//订单状态刷新
  181. #define NOTICE_PAY_STATE_CHANGE @"NOTICE_PAY_STATE_CHANGE"//支付列表状态刷新
  182. #define NOTICE_HOME_ATTENTION_STATE_CHANGE @"NOTICE_HOME_ATTENTION_STATE_CHANGE"//首页关注列表状态刷新
  183. #define NOTICE_MINE_SERVICE_STATE_CHANGE @"NOTICE_MINE_SERVICE_STATE_CHANGE"//我的服务列表状态刷新
  184. #define NOTICE_MINE_TASK_STATE_CHANGE @"NOTICE_MINE_TASK_STATE_CHANGE"//我的任务列表状态刷新
  185. #define NOTICE_OTHERS_HOME_STATE_CHANGE @"NOTICE_OTHERS_HOME_STATE_CHANGE"//他人主页列表状态刷新
  186. #define NOTICE_STORE_LIST_CHANGE @"NOTICE_STORE_LIST_CHANGE"//仓库列表刷新
  187. #define NOTICE_STORE_PRODUCT_LIST_CHANGE @"NOTICE_STORE_PRODUCT_LIST_CHANGE"//仓库产品列表刷新
  188. #define NOTICE_SHOPPINGCART_CHANGE @"NOTICE_SHOPPINGCART_CHANGE"//购物车更改
  189. //本地module
  190. #define LOCAL_KEY_HEAD @"LOCAL_LD_"
  191. #define LOCAL_MODULE_OFFICEPACKAGE_WORK @"LOCAL_MODULE_OFFICEPACKAGE_WORK"//公务包 工作
  192. #define LOCAL_MODULE_OFFICEPACKAGE_BUSINESS @"LOCAL_MODULE_OFFICEPACKAGE_BUSINESS"//公务包 商业
  193. #define LOCAL_MODULE_COMTOOL @"LOCAL_MODULE_COMTOOL"//常用表单
  194. #define LOCAL_MODULE @"LOCAL_MODULE"//全部模块
  195. #define LOCAL_MODULE_PACKAGE @"LOCAL_MODULE_PACKAGE"//公务包全部模块
  196. #define LOCAL_MODULE_WORK_TOP @"LOCAL_MODULE_WORK_TOP"//首页顶部模块
  197. #define LOCAL_CUSTOMERLIST @"LOCAL_CUSTOMERLIST"//客户通讯录
  198. #define LOCAL_PROVINCELIST @"LOCAL_PROVINCELIST"//省份列表
  199. #define LOCAL_CARDLIST @"LOCAL_CARDLIST"//名片夹
  200. #define LOCAL_HASPINCUSTOMERLIST @"HASPINCUSTOMERLIST"//已销客户列表
  201. #define LOCAL_MARKETABLECUSTOMERLIST @"MARKETABLECUSTOMERLIST"//适销客户
  202. #define LOCAL_PRODUCTLIST @"LOCAL_PRODUCTLIST"//产品列表
  203. #define LOCAL_SUPPLIER_PRODUCTLIST @"LOCAL_SUPPLIER_PRODUCTLIST"//供应商产品列表
  204. #define LOCAL_WAREHOUSE_PRODUCTLIST @"LOCAL_WAREHOUSE_PRODUCTLIST"//产品列表
  205. #define LOCAL_SUPPLIER_LIST @"LOCAL_SUPPLIER_LIST"//供应商列表
  206. #define LOCAL_VEHICLE_LIST @"LOCAL_VEHICLE_LIST"//车辆列表
  207. #define LOCAL_PRUDUCT_LIST @"LOCAL_PRUDUCT_LIST"//车辆列表
  208. #define LOCAL_NOTICE_LIST @"LOCAL_NOTICE_LIST"//通知列表
  209. #define LOCAL_CHAT_LIST @"LOCAL_CHAT_LIST"//列表
  210. #define LOCAL_NOTICE_LIST_DELETE @"LOCAL_NOTICE_LIST_DELETE"//通知删除列表
  211. #define LOCAL_CROP_LIST @"LOCAL_CROP_LIST"//作物列表
  212. #define LOCAL_ALL_CHANNEL_LIST @"LOCAL_ALL_CHANNEL_LIST"//全部频道列表
  213. #define LOCAL_SELF_CHANNEL_LIST @"LOCAL_SELF_CHANNEL_LIST"//个人频道列表
  214. #define LOCAL_SELF_BG_URL @"LOCAL_SELF_BG_URL"//个人背景链接
  215. #define LOCAL_SMART_SDATE @"requestIntellCutomWithSdate"//智能营销 开始时间
  216. #define LOCAL_SMART_EDATE @"requestIntellCutomWithEdate"//智能营销 结束时间
  217. #define LOCAL_SMART_CUSTOMERS @"SelectSmartView"//智能营销 客户
  218. //本地key
  219. #define LOCAL_KEY @"LOCAL_KEY"//本地存储用户key值
  220. #define LOCAL_PASSWORD @"LOCAL_PASSWORD"//本地存储用户密码值
  221. #define LOCAL_PHONE @"LOCAL_PHONE"//本地存储用户密码值
  222. #define LOCAL_PRO_SPEC @"LOCAL_PRO_SPEC"//产品规格 通用
  223. #define LOCAL_PRO_UNITS @"LOCAL_PRO_UNITS"//产品单位 通用
  224. #define LOCAL_USERMODEL @"LOCAL_USERMODEL"//本地存储用户信息
  225. #define LOCAL_COMPANYMODEL @"LOCAL_COMPANYMODEL"//本地存储公司信息
  226. #define LOCAL_PHONE @"LOCAL_PHONE"//本地存储最后一个手机号
  227. #define LOCAL_CITY @"LOCAL_CITY"//本地存储城市
  228. #define LOCAL_ADDRESS_COMPANY @"LOCAL_ADDRESS_COMPANY"//公司通讯录
  229. #define LOCAL_LOGIN_BEFORE @"LOCAL_LOGIN_BEFORE"//第一次登陆
  230. #define LOCAL_ADDRESS_LOCATION @"LOCAL_ADDRESS_LOCATION"//定位地址
  231. #define LOCAL_REQUEST_VERSION_DATE @"LOCAL_REQUEST_VERSION_DATE"//请求版本时间
  232. #define LOCAL_SHOWED_GUIDE_BEFORE @"LOCAL_SHOWED_GUIDE_BEFORE"//显示引导页
  233. #define LOCAL_ORDER_LIST @"LOCAL_ORDER_LIST"//订单列表
  234. #define LOCAL_MSG_REQUEST_TIME @"LOCAL_MSG_REQUEST_TIME"//后台消息更新时间
  235. #define LOCAL_MSG_LOCAL_TIME @"LOCAL_MSG_LOCAL_TIME"//本地消息更新时间
  236. #define LOCAL_ENTER_BACK_GROUND @"LOCAL_ENTER_BACK_GROUND"//进入后台时间
  237. #define LOCAL_OFFLINEPAYTYPE @"LOCAL_OFFLINEPAYTYPE"//本地存储支付方式
  238. #define LOCAL_ORDERDETAIL_WAIT_AUDIT @"LOCAL_ORDERDETAIL_WAIT_AUDIT" //本地存储订单详情
  239. #define LOCAL_TYPEOFRECEIVABLES @"LOCAL_TYPEOFRECEIVABLES"//本地收款类型
  240. #define LOCAL_TYPEOFPAYMENT @"LOCAL_TYPEOFPAYMENT"//本地付款类型
  241. #define LOCAL_MODULE_FIRST @"LOCAL_MODULE_FIRST"//一级模块
  242. #define LOCAL_WORK_SCENES @"LOCAL_WORK_SCENES"//工作场景
  243. #define LOCAL_CURRENT_WORK_SCENE @"LOCAL_CURRENT_WORK_SCENE"//当前工作场景
  244. #define LOCAL_BOX_SCENES @"LOCAL_BOX_SCENES"//盒子一级模块
  245. #define LOCAL_BOX_SCENES_LEV2 @"LOCAL_BOX_SCENES_LEV2"//盒子二级模块
  246. #define LOCAL_COMMON_SCENES @"LOCAL_COMMON_SCENES"//常用一级模块
  247. #define LOCAL_SHOPPINGCART @"LOCAL_SHOPPINGCART"//购物车
  248. #define LOCAL_EDUCATION_LIST @"LOCAL_EDUCATION_LIST"//教育经历列表
  249. //聊天自定义属性
  250. #define LX_UserName_Key @"userName"
  251. #define LX_HeadImage_Key @"headImage"
  252. #define LX_Identification_Key @"identification"
  253. #define LX_FaithMoney_Key @"faithMoney"
  254. typedef NS_ENUM(NSUInteger, ENUM_ORDERSTUTE_TYPE) {
  255. ENUM_ORDERSTUTE_TYPE_CANCEL_ORDER=0,
  256. ENUM_ORDERSTUTE_TYPE_PAY,
  257. ENUM_ORDERSTUTE_TYPE_SURE,
  258. ENUM_ORDERSTUTE_TYPE_APPRAISE,
  259. ENUM_ORDERSTUTE_TYPE_DELETE_PAY,
  260. ENUM_ORDERSTUTE_TYPE_DELETE,
  261. ENUM_ORDERSTUTE_TYPE_CANCEL_REFUND,
  262. ENUM_ORDERSTUTE_TYPE_CONTACT,
  263. ENUM_ORDERSTUTE_TYPE_REMIND,
  264. ENUM_ORDERSTUTE_TYPE_APPLY_REFUND,
  265. ENUM_ORDERSTUTE_TYPE_CANCEL_PAY,
  266. ENUM_ORDERSTUTE_TYPE_FOR_REFUND,
  267. ENUM_ORDERSTUTE_TYPE_PAY_NOPASS,
  268. ENUM_ORDERSTUTE_TYPE_DETAIL,
  269. ENUM_ORDERSTUTE_TYPE_REFUND_DETAIL,
  270. ENUM_ORDERSTUTE_TYPE_LOOK,
  271. ENUM_ORDERSTUTE_TYPE_AGAIN,
  272. ENUM_ORDERSTUTE_TYPE_REFUND_NOPASS,
  273. ENUM_ORDERSTUTE_TYPE_EXCHANGE,
  274. ENUM_ORDERSTUTE_TYPE_RETURN
  275. };
  276. #endif /* MacroLocalKey_h */