新增adjust及帐单更改

This commit is contained in:
liyuhua
2023-08-08 11:26:07 +08:00
parent 25fe36f693
commit 1048cd66c9
60 changed files with 2109 additions and 100 deletions

View File

@@ -49,7 +49,7 @@ isPhoneXSeries = [[UIApplication sharedApplication] delegate].window.safeAreaIns
#ifdef DEBUG
#define API_HOST_URL @"https://beta.api.pekolive.com"
#define API_HOST_URL [NSString stringWithFormat:@"%@%@",@"https://beta.api",@".pekolive.com"]
#else