| | |
| | | @property(nonatomic,copy)NSString * floatingPageUrl;//GHG或R2浮窗页面的URL |
| | | @property(nonatomic,copy)NSString * floatingPageRefreshAutoOpen;//刷新”不再提醒”状态,返回时间戳 |
| | | @property(nonatomic,copy)NSString * publisher;//发行主体 |
| | | @property(nonatomic,copy)NSString * publisherAlias;//发行主体别名;返回 ghg/f5 |
| | | |
| | | @property(nonatomic,copy)NSString * platformLoginUrl;//GHG或R2平台的登录URL |
| | | |
| | | |
| | |
| | | @property(nonatomic)NSInteger passStatus; |
| | | |
| | | |
| | | @property(nonatomic)NSInteger passGuideMode;//0-跳客服;1-复制充值中心短链 2 关闭 |
| | | @property(nonatomic,copy)NSString * passPageGoto ; |
| | | |
| | | |
| | | |
| | | // coins 功能 |
| | | @property(nonatomic)NSInteger isOpenCoins;//是否开启coins:0:关闭 1:全部打开 2:仅安卓开启 3:仅IOS开启 不返回默认关闭 |
| | | @property(nonatomic,copy)NSString * coinsValueDesc ;//coins价值说明 |
| | | @property(nonatomic)double coinsLargePaymentThreshold;//coins大额支付阈值,金额,代金券不足的时候,购买这个商品的金额超过这个值时 |
| | | @property(nonatomic)NSInteger coinsRechargeType;//0- 跳转充值中心(默认);1-复制跳转充值中心链接 2 AI Help |
| | | |
| | | @end |