YHL_systemhosts.h
581 Bytes
//
// YHL_systemhosts.h
// yohoLive
//
// Created by jhsonzhi on 16/8/8.
// Copyright © 2016年 NewPower. All rights reserved.
//
#ifndef YHL_systemhosts_h
#define YHL_systemhosts_h
#ifdef DEBUGTEST
//纯测试环境
#define API_BASE_URL_STRING @"http://newboys.test.yoho.cn/yohoboyins/v5/"
#define API_h5ezine_URL_STRING @"http://h5ezine.test.yoho.cn/index.php"
#else
//正式环境
#define API_BASE_URL_STRING @"http://new.yohoboys.com/yohoboyins/v4/"
#define API_h5ezine_URL_STRING @"http://h5api.myoho.net/index.php"
#endif
#endif /* YHL_systemhosts_h */