/** * 接口请求默认配置。 */ export const SUCCESS_CODE = 0 export const DEFAULT_TIMEOUT = 15000 export const DEFAULT_BASE_URL = 'https://api.example.com'