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

20 lines
376 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
2023-03-24 18:59:32 +08:00
#define API_HOST_H5_URL @"http://h5dev.yinmeng.zhongjialx.com"
#define API_HOST_URL @"http://apidev.yinmeng.zhongjialx.com"
2021-09-06 18:47:38 +08:00
#else
2023-03-20 19:40:05 +08:00
#define API_HOST_H5_URL @"https://h5.nnbc123.cn"
2023-03-17 22:11:43 +08:00
#define API_HOST_URL @"https://api.nnbc123.cn"
2021-09-06 18:47:38 +08:00
#endif
#endif /* ApiHost_h */