From 9182cdedcfaef0e45190548fbfb5a85c1ac54092 Mon Sep 17 00:00:00 2001 From: liyuhua <15626451870@163.com> Date: Fri, 1 Sep 2023 14:58:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E6=97=A0=E6=B3=95=E8=BF=9E=E7=BD=91=E9=97=AE=E9=A2=98?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YuMi/Global/YUMIMacroUitls.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 */