代充优化

This commit is contained in:
liyuhua
2023-09-12 17:48:18 +08:00
parent a92a144836
commit e6dcd90bc3
74 changed files with 895 additions and 195 deletions

View File

@@ -17,6 +17,13 @@ NS_ASSUME_NONNULL_BEGIN
@property(nonatomic, strong) NSNumber *money;
@property(nonatomic, strong) NSNumber *giftGoldNum;
@property(nonatomic, strong) NSString *channel;
//充值banner位数据
@property(nonatomic,copy) NSString *bannerUrl;
@property(nonatomic,copy) NSString *linkUrl;
@end
NS_ASSUME_NONNULL_END