Files
yinmeng-ios/xplan-ios/Base/Net/ApiHost.h

18 lines
274 B
C
Raw Normal View History

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
#define API_HOST_URL @"https://yinyou.api.shengxuanwangluo.com"
2021-09-06 18:47:38 +08:00
#endif
#endif /* ApiHost_h */