Commit 6b41bcd9 by suolong

修复些bug

parent caafca38
......@@ -545,6 +545,7 @@ NS_ASSUME_NONNULL_BEGIN
+ (NSString *)fus_URL_liveGetPayRoomData;
/// 视图-用户端未付费时退出到毛玻璃状态的弹窗数据
+ (NSString *)fus_URL_liveGetPayRoomFrostedGlassData;
/// 功能-用户试看
+ (NSString *)fus_URL_livePayRoomPreview;
/// 获取首页自动跳转直播间
+ (NSString *)fus_URL_indexGetSuccessRecommendResult;
......
......@@ -891,7 +891,7 @@
{
return [FUSConfig.sharedInstanced.pathConfigs apiUrl:@"/payRoom/getFrostedGlassData"];
}
/// 功能-用户试看
+ (NSString *)fus_URL_livePayRoomPreview
{
return [FUSConfig.sharedInstanced.pathConfigs apiUrl:@"/payRoom/preview"];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment