diff --git a/YuMi/Global/YUMIMacroUitls.h b/YuMi/Global/YUMIMacroUitls.h index 95bc8654..aadbab40 100644 --- a/YuMi/Global/YUMIMacroUitls.h +++ b/YuMi/Global/YUMIMacroUitls.h @@ -5,6 +5,8 @@ // Created by YUMI on 2021/9/10. // ///一些宏 +#import "NSBundle+Localizable.h" + #ifndef YUMIMacroUitls_h #define YUMIMacroUitls_h @@ -49,7 +51,7 @@ isPhoneXSeries = [[UIApplication sharedApplication] delegate].window.safeAreaIns #ifdef DEBUG -#define API_HOST_URL [NSString stringWithFormat:@"%@%@",@"https://beta.api",@".pekolive.com"] +#define API_HOST_URL [NSString stringWithFormat:@"%@%@",@"http://beta.api",@".pekolive.com"] #else @@ -58,7 +60,7 @@ isPhoneXSeries = [[UIApplication sharedApplication] delegate].window.safeAreaIns #endif #define API_Image_URL @"https://image.hfighting.com" -#import "NSBundle+Localizable.h" + #define YMLocalizedString(key) \ [NSBundle ymLocalizedStringForKey:(key)] #endif /* YUMIMacroUitls_h */