22 lines
647 B
C
22 lines
647 B
C
//
|
|
// MtopErrorDefine.h
|
|
// mtopext
|
|
//
|
|
// Created by 亿刀/禚来强 on 16/7/1.
|
|
// Copyright © 2016年 亿刀/禚来强. All rights reserved.
|
|
//
|
|
|
|
#ifndef MtopErrorDefine_h
|
|
#define MtopErrorDefine_h
|
|
|
|
|
|
#endif /* MtopErrorDefine_h */
|
|
|
|
#pragma mark - error code
|
|
|
|
#define k_MTOP_LOCAL_ERROR_CODE_NO_LOGIN_MODEL @"MTOP_LOCAK_ERROR_NO_LOGIN_MODEL"
|
|
#define k_MTOP_LOCAL_ERROR_MSG_NO_LOGIN_MODEL @"没有找到登录模块"
|
|
|
|
#define k_MTOP_LOCAL_ERROR_CODE_NO_AUTH_MODEL @"MTOP_LOCAK_ERROR_NO_AUTH_MODEL"
|
|
#define k_MTOP_LOCAL_ERROR_MSG_NO_AUTH_MODEL @"没有找到授权模块"
|