2021-09-06 18:47:38 +08:00
|
|
|
//
|
|
|
|
// ApiHost.h
|
|
|
|
// xplan-ios
|
|
|
|
//
|
|
|
|
// Created by zu on 2021/9/6.
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef ApiHost_h
|
|
|
|
#define ApiHost_h
|
|
|
|
|
|
|
|
#ifdef DEBUG
|
|
|
|
#define API_HOST_URL @"http://api.uat.lecheng163.com"
|
|
|
|
#else
|
2022-11-01 12:08:43 +08:00
|
|
|
#define API_HOST_URL @"https://yinyou.api.shengxuanwangluo.com"
|
2021-09-06 18:47:38 +08:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* ApiHost_h */
|