酷店

MtopErrorDefine.h 647B

12345678910111213141516171819202122
  1. //
  2. // MtopErrorDefine.h
  3. // mtopext
  4. //
  5. // Created by 亿刀/禚来强 on 16/7/1.
  6. // Copyright © 2016年 亿刀/禚来强. All rights reserved.
  7. //
  8. #ifndef MtopErrorDefine_h
  9. #define MtopErrorDefine_h
  10. #endif /* MtopErrorDefine_h */
  11. #pragma mark - error code
  12. #define k_MTOP_LOCAL_ERROR_CODE_NO_LOGIN_MODEL @"MTOP_LOCAK_ERROR_NO_LOGIN_MODEL"
  13. #define k_MTOP_LOCAL_ERROR_MSG_NO_LOGIN_MODEL @"没有找到登录模块"
  14. #define k_MTOP_LOCAL_ERROR_CODE_NO_AUTH_MODEL @"MTOP_LOCAK_ERROR_NO_AUTH_MODEL"
  15. #define k_MTOP_LOCAL_ERROR_MSG_NO_AUTH_MODEL @"没有找到授权模块"