YHL_ApiStringMacros.h 690 Bytes
//
//  YHL_ApiStringMacros.h
//  yohoLive
//
//  Created by jhsonzhi on 16/8/9.
//  Copyright © 2016年 NewPower. All rights reserved.
//

#ifndef YHL_ApiStringMacros_h
#define YHL_ApiStringMacros_h

#pragma mark #直播相关接口
#define GET_LIVESTATUS           @"qcloud/liveStatus"       //直播弹窗提醒接口
#define GET_BARRAGELIST          @"qcloud/barrageList"      //直播弹幕服务器接口
#define GET_LIVESCROLL           @"qcloud/liveScroll"       //直播滚动条接口

#define GET_REPLAYBARRAGE        @"qcloud/getReplayBarrage" //重播弹幕接口
#define GET_SETREPLAYTOTALNUMBER @"qcloud/setLiveTotal" //重播弹幕接口

#endif /* YHL_ApiStringMacros_h */