12345678910111213141516171819202122 |
- //
- // ProjectConfig.h
- // Asteria
- //
- // Created by 王猛 on 2023/5/8.
- //
- #ifndef ProjectConfig_h
- #define ProjectConfig_h
- ///////正式服务器
- #define WebBase_Server @"https://app.westkiss.com/"
- #define Formal_Server @"https://app.westkiss.com/app-api/"
- ///开发服务器
- //#define WebBase_Server @"https://westkissapp.snjon.com/"
- //#define Formal_Server @"https://westkissapp.snjon.com/app-api/"
- #define UIImageDefaultImg_SD [UIImage imageNamed:@"placeHolder_img"]
- #endif /* ProjectConfig_h */
|