Files
yinmeng-ios/xplan-ios/Base/Net/ApiHost.h
2021-09-06 18:51:44 +08:00

18 lines
261 B
C

//
// 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://api.lecheng163.com"
#endif
#endif /* ApiHost_h */