个人信息修改
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#define kFixUserInfo @"user/v1/editinfo"
|
||||
//头像上传
|
||||
#define kUploadAvator @"sys/oss/v1/upload"
|
||||
|
||||
//版本说明
|
||||
#define kAPiAPPVersion @"sys/maskversionarticle/v1/list"
|
||||
|
||||
#endif /* ApiRequestConfig_h */
|
||||
|
||||
+3
-1
@@ -47,6 +47,8 @@ UD_SYNC
|
||||
#define kUserLoginSuccessNoti @"gigaUserloginSuccess"
|
||||
//退出登录
|
||||
#define kUserLogOutNotify @"userLogOutNotify"
|
||||
//用户头像修改
|
||||
#define kUserAvatorUpdateNoti @"userAvatorUpdate"
|
||||
|
||||
//微信登陆授权成功
|
||||
#define kWeiXinAuthrization_Success @"WXAuthSuccess"
|
||||
@@ -86,7 +88,7 @@ alpha:((float)(rgbValue & 0xFF))/255.0]
|
||||
|
||||
//X
|
||||
//底部工具栏需要为home indicator留出34pt边距
|
||||
#define PhoneX_BottomMargin ([UIScreen mainScreen].bounds.size.height == 44.0 ? 34.0 :0.0)
|
||||
#define PhoneX_BottomMargin ([[UIApplication sharedApplication] statusBarFrame].size.height == 44.0 ? 34.0 :0.0)
|
||||
//状态栏高度由20pt变成44pt,导航栏以上变化64->88。
|
||||
#define PhoneX_TopMargin ([[UIApplication sharedApplication] statusBarFrame].size.height == 44.0 ? 24.0 :0.0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user