123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497 |
- //
- // ServerURL.h
- // LiveChat
- //
- // Created by 张灿 on 2018/4/6.
- // Copyright © 2018年 DaTongIntelligent. All rights reserved.
- //
- #ifndef ServerURL_h
- #define ServerURL_h
- //#define checkEnviTest
- #ifdef checkEnviTest
- #define BaseURL @"http://test.chicai.tech"
- #define isProdPush NO
- #else
- #define BaseURL kBaseURL
- #define isProdPush YES
- #endif
- #define BaseImgUrl kBaseImgURL
- //H5页面
- #define LiveProtocolH5 @"/index/active/agreement" // 直播协议
- #define UserProtocolH5 @"/index/about/agreement.html" //用户使用协议
- #define UserPrivacyH5 @"/index/about/privacy.html" //用户隐私政策
- #define serviceH5 @"/index/about/service.html" //女神服务协议
- #define inviteRuleH5 @"/index/about/invite_help.html"//邀请规则
- #define HelpBigCastH5 @"/index/about/help_girl.html"//女神帮助指南
- #define HelpNormalH5 @"/index/about/help_boy.html"//普通用户帮助指南
- #define HelpSpecialH5 @"/index/about/help_audit.html"//审核帮助指南
- #define MemberProtocolH5 @"/index/abouthw/vip_agreement.html"//会员协议
- #define UserLite @"/api/user/lite" //个人消费财富值
- #define CaiCaiAppSecret @"smwcKqotrWBCYBBXQHLi4EjuosZDQHiz"
- #define ProvinceList @"/api/app/provinceCitys"//获取省份列表
- #define CityList @"/api/app/citys"//获取城市列表
- #define AppConfig @"/api/app/config" //系统配置信息
- #define LevelInfo @"/api/common/icon" //获取等级图标
- #define AllBadge @"/api/dress/getAllBadge" //获取所有徽章 和 贵族图标
- #define SystemIndex @"/api/system/index" //打开app最先请求的接口
- #define ActiveUpdate @"/api/user/active_update" //更新活跃时间
- //登录注册
- #define PhoneRegister @"/api/passport/register" //手机注册
- #define PhoneLogin @"/api/passport/login" //手机登录
- #define PhoneCode @"/api/passport/send_code" //发送验证码
- #define Getnickname @"/api/user/nickname" //系统头像+昵称
- #define PhoneCodeLogin @"/api/passport/codeLogin" //手机号验证码登录
- #define OncePhoneLogin @"/api/passport/oneKeyLogin" //一键手机号登录
- #define OncePhoneLoginGetPNSATAUTHSDKINFOKEY @"/api/system/index" //初始化接口中增加一键手机号登录密钥
- #define ThirdLogin @"/api/passport/third" //第三方登录
- #define UpdatePassword @"/api/passport/resetpwd" //重置密码
- //更新资料
- #define UpdateUserMsg @"/api/user/profile" //更新用户资料
- #define UpdateUserMsgNew @"/api/user/profile_reg_new" //新的更新用户资料
- #define GetWithdarwStyle @"/api/wallet/account_info" //获取提现方式
- #define WXLogin @"/api/wechat.wechat_login/wx_login" // 微信登陆 上传code
- #define WXThird @"/api/passport/third" // 微信三方登陆
- #define UserCenter @"/api/user/home" //个人中心
- #define BindInit @"/api/user/account_binds" //获取账号绑定信息
- #define BindThird @"/api/user/bind_platform" //第三方账号绑定
- #define BindPhone @"/api/user/bind_mobile" //绑定手机号
- #define UpdateRemark @"/api/user/remark" //更新备注
- #define GetRemark @"/api/user/get_remark" //获取备注
- //活动
- #define TaskInit @"/api/task/lists" //每日奖励列表
- #define PunchCard @"/api/task/sign" //每日签到
- #define TaskShare @"/api/task/share" //每日分享
- //邀请有奖
- #define InviteInit @"/api/user/invite" //邀请有奖初始化
- #define InviteList @"/api/user/invite_list" //邀请的用户列表
- #define InviteRank @"/api/rank/invite" //邀请收益排行榜
- //排行榜单
- #define WealthBoard @"/api/rank/wealth" //财富榜
- #define BigCastBoard @"/api/rank/love" //女神榜(魅力榜)
- #define GiftBoard @"/api/rank/gift" //礼物榜
- #define FeeBoard @"/api/rank/wealth" //消费榜
- #define RankRichBoard @"/api/rank/rich" //财富榜剩下的钱
- #define FairyList @"/api/activity/get_fairy_list" //仙女棒
- #define boleRank @"/api/rank/boleRank" //伯乐榜
- #define NewloveRank @"/api/rank/newlove" //新人榜
- #define AnchorRank @"/api/rank/live" //女神榜
- #define GetNobleCoinLog @"/api/noble/getNobleCoinLog" //获取贵族币明细
- #define Gift_rank @"/api/user/gift_rank" //女神收礼物榜
- //成为女神
- #define JoinBigCast @"/api/anchor/join" //成为女神
- #define AgreeBigCastProtocol @"/api/anchor/agree_protocol" //同意女神服务协议
- #define CameraAudit @"/api/anchor/camera_audit" //自拍认证
- #define UploadCameraAudit @"/api/anchor/upload_camera_audit" //上传自拍认证
- #define ApplyBigCast @"/api/anchor/apply" //申请成为女神
- #define AnchorSet @"/api/anchor/skill_setting" //女神设置
- #define SetSkillPrice @"/api/anchor/set_price" //设置技能价格
- #define VoiceList @"/api/voice/list" //声音展示实例文案
- #define UserVoice @"/api/user/voice" //音频申请审核
- #define VoiceDelete @"/api/user/voice_delete" //删除已通过审核的音频
- //关系操作和列表
- #define UserFollow @"/api/user/follow" //关注
- #define UserBlack @"/api/user/black" //拉黑
- #define FollowList @"/api/user/follow_list" //关注列表
- #define FansList @"/api/user/fans_list" //粉丝列表
- #define SeenList @"/api/user/visitor_list" //访客列表
- #define VisitList @"/api/user/viewer_list" //浏览足迹列表
- #define BlackList @"/api/user/black_list" //黑名单列表
- //女神设置
- #define BigCastSkill @"/api/anchor/my_skill"//我的女神技能
- #define AllSkill @"/api/skill/lists" //所有技能列表
- #define AddSkill @"/api/anchor/add_skill"//添加技能
- #define BigCastSetVideoStatus @"/api/anchor/set_video_status" //女神打开和关闭视频开关
- #define BigCastSetOrderStatus @"/api/anchor/set_order_switch" //女神隐藏和显示接单次数
- #define SetMineGetPackage @"/api/package/getPackage"//获取我的背包物品
- #define UseNobleCard @"/api/package/useNobleCard"//贵族体验卡使用
- #define AnchorGetPrice @"/api/anchor/getPrice" // 获取女神价格已设置页面信息
- #define GetAnchorSetting @"/api/anchor/get_anchor_setting" //女神收费设置参数
- #define SetWuRaoStatus @"/api/user/isMsgRefuse" //设置勿扰(不是女神)
- #define NobleDetail @"/api/skill/nobleDetail"//贵族优惠
- //首页
- #define HomeIndex @"/api/index/index" //首页推荐
- #define HomeSkillAnchors @"/api/skill/anchors"//首页各个不同技能分类的数据
- #define HomeRecommendAnchors @"/api/index/recommend_anchors" //新的首页推荐
- #define HomeRecommend @"/api/v2/index/index/recommend" //新的首页推荐
- #define HomeWCW @"/api/v2/index/index/wcw" //首页男神推荐
- #define HomeOnlineList @"/api/index/online_list" // 首页在线
- #define HomeOnline @"/api/v2/index/index/online" // 首页在线
- #define HomeGetDesignated @"/api/v2/index/index/getDesignated" // 男号首页推荐
- #define HomeGetSameCityUser @"/api/v2/index/index/getSameCityUser" // 首页同城
- #define HomeActiveAnchors @"/api/index/active_anchors" //新的首页活跃
- #define HomeNewAnchors @"/api/index/new_anchors" //新的首页新人
- #define HomeCityAnchors @"/api/index/city_anchors" //新的首页同城
- #define HomeBanner @"/api/index/banner" // 首页banner
- #define AsylumAnchors @"/api/index/asylum_anchors" // 庇护之星列表
- #define IndexFollows @"/api/index/follows"
- #define HomeBeckonSend @"/api/beckon/send" ///心动搭讪
- #define HomeReccomAnchor @"/api/index/recommend_anchors" //首页推荐女神
- #define HomeOnlineCity @"/api/index/city_users"//男生同城列表
- #define HomeOnlineActive @"/api/index/active_users" //男生活跃列表
- #define UserShowPage @"/api/user/info" //用户的个人展示页面
- #define GetUserInfo @"/api/user/getUserInfo" //获取用户信息
- #define HomeSearch @"/api/index/search" //首页搜索
- #define HomeSearchSearch_stats @"/api/index/search_stats" //口令统计
- #define VideoCall @"/api/chat/call" //视频通话
- #define CheckVideo @"/api/chat/get_room" //收到视频通话自定义系统消息
- //群打招呼
- #define GreetList @"/api/greet/lists" //群打招呼列表
- #define GreetSend @"/api/greet/send" //一键群发
- #define GreetAdd @"/api/greet/add" //添加打招呼
- #define GreetDelete @"/api/greet/delete" //删除打招呼
- //上传
- #define UploadImages @"/api/upload/images"//上传图片
- //举报
- #define ReportInit @"/api/user/report_cate" //获取举报分类
- #define ReportUpload @"/api/user/report" //提交举报
- //动态
- #define DynamicPub @"/api/dynamic/publish" //发布动态
- #define DynamicUpdateImage @"/api/dynamic/publish_image" //更新动态相册
- #define DynamicLike @"/api/dynamic/like" //动态点赞
- #define DynamicSendGift @"/api/dynamic/send_gift" //动态送礼物
- #define DynamicList @"/api/dynamic/lists" //获取动态列表
- #define DynamicDelete @"/api/dynamic/delete"//删除动态
- #define DynamicDeleteLower @"/api/dynamic/delete_lower"//删除动态图片和文字
- #define DynamicUser @"/api/user/dynamic_list" //用户的动态列表
- //礼物相关
- #define LiveGiftList @"/api/gift/getGiftCate" //直播间礼物列表
- #define LivegetGiftDet @"/api/gift/getGift" //直播获取分类下的礼物
- #define GiftConfig @"/api/app/gifts" //礼物列表全局配置
- #define SendGift @"/api/chat/send_gift" //赠送礼物
- #define UserRecGiftList @"/api/user/gift_list" //用户收到的礼物列表
- #define SendGift_New @"/api/chat/send_gift_new" //1.3赠送礼物
- //钱包IM
- #define SendIM @"/api/chat/send_im" //发送IM消息过滤
- #define ChatSetting @"/api/chat/chat_setting" //聊天设置页面
- #define GetCommonWord @"/api/user/getCommonWord" //获取用户常用语
- #define WalletInit @"/api/wallet/index" //钱包页面
- #define WalletGoodList @"/api/wallet/goods_list" //商品列表
- #define WalletShowDialog @"/api/IndexActivity/index"
- #define WalletRecharge @"/api/wallet/recharge" //支付
- //#define RechargeNobleCoin @"/api/nobleOrder/rechargeNobleCoin" //支付
- #define WalletBill @"/api/wallet/record" //账单明细
- //提现
- #define WalletWithdraw @"/api/wallet/withdraw" //提现页面
- #define WalletZFB LCStr(word37) //支付宝账号页面 // @"/api/wallet/alipay"
- #define WalletZFBBind LCStr(word38) //@"/api/wallet/bind_alipay" //绑定支付宝
- #define WithDrawApply @"/api/wallet/user_withdraw" //用户申请提现
- #define ApplePayBack @"/api/callback/apple_pay" //内购上送支付凭证
- #define GetWithdrawPrice @"/api/wallet/get_withdraw_price" /// 获取提现到账金额
- //兑换
- #define WalletExchangeCoin @"/api/wallet/money_exchange" //余额兑换虾币
- #define WalletExchangeMoney @"/api/wallet/coin_exchange" //虾币兑换余额
- #define WalletChangeCoin @"/api/wallet/changeCoin" // 余额兑换钻石
- //视频会话
- #define VideoFinish @"/api/chat/video_charging" //视频结束计费
- #define VideoScore @"/api/chat/video_score" //视频评分
- #define VideoCallRecord @"/api/user/call_list" //视频通话记录
- #define VideoGetReduce @"/api/chat/getReduce" //减免时长列表
- //IM会话
- #define ChatTip @"/api/chat/chat_tip" //IM会话提示
- #define GetChatData @"/api/user/getChatData" // 获取聊天页资料卡
- //上传视频截图
- #define VideoPornCheck @"/api/chat/snapshoot_v2" //上传视频截图安全检查 新版
- #define VersionCheck @"/api/app/system" //版本检查
- #define VIPMember @"/api/user/member" //vip
- #define MemberKnight @"/api/member/knight"// 爵位商品信息
- #define MemberAsylumTop @"/api/member/asylum_top"// 我庇护的人的页头数据
- #define MemberAsylum @"/api/member/asylum" //我庇护的人
- #define MemberToAsylum @"/api/member/to_asylum"//某个人被庇护的用户列表
- /// 会员中心
- #define VipCategoryList @"/api/noble/getNobleCate" // 获取贵族列表
- #define VipDetails @"/api/noble/getNoble" // 获取贵族详情
- #define VipRechargeIndex @"/api/noble/rechargeIndex" //获取充值弹窗信息
- #define VipPay @"/api/nobleOrder/payNobleOrder" // 贵族支付接口
- #define GetNobleToCoinRate @"/api/nobleOrder/getNobleToCoinRate" // 兑换钻石页信息
- #define GetNobleCoin @"/api/nobleOrder/getNobleCoin" // 获取充值页信息
- #define RechargeNobleCoin @"/api/nobleOrder/rechargeNobleCoin" // 贵族币充值接口
- #define NobleExchange @"/api/nobleOrder/nobleExchange" // 贵族币兑换钻石
- #define GetNobleSetting @"/api/noble/getNobleSetting" // 贵族设置列表
- #define NobleSetting @"/api/noble/nobleSetting" // 贵族设置列表
- #define VIPOption @"/api/user/privileges" //vip操作
- #define MemberPrivacy_set @"/api/member/privacy_set" //爵位权限设置
- #define UploadFileLog @"/api/upload/upload_log" //崩溃日志上传
- #define GuardUserList @"/api/guard/get_user_guard_list" //用户守护列表
- #define GuardBorderList @"/api/guard/get_guard_list" //大咖守护榜
- #define AddGuard @"/api/guard/add_guard"//添加守护
- #define SendActivitGift @"/api/activity/send_activit_gift"//赠送仙女棒
- #define GetRankTab @"/api/activity/get_rank_tab"//是否显示仙女棒 伯乐榜
- #define AddAsylum @"/api/member/add_asylum"//赠送庇护
- #define SetAdolescent @"/api/user/set_adolescent" //设置青少年模式密码
- #define SwitchAdolescent @"/api/user/switch_adolescent" //开关
- #define GetAdolescentStatus @"/api/user/get_adolescent_status" //获取状态
- #define VerifyMobileCode @"/api/user/verify_mobile_code" //验证青少年模式密码
- //add by leo v1.0.8 视频中守护
- #define RoomAddGuard @"/api/guard/room_add_guard" //视频中添加守护
- #define ScreenShtoCheck @"/api/user/screen_number" //截屏检测
- #define CheckUpdateVersion @"/api/app/system" //检查版本更新
- #define onlineUpdate @"/api/user/online_update" //更新在线状态
- #define UserSign @"/api/activity.sign/signing" //签到接口
- #define GetAdvert @"/api/user/getAdvert" //首页弹窗广告
- #define GetOntvList @"/api/user/getOntvList" // 获取上电视数据
- #define HomeZhiDing @"/api/v2/index/index/weighting" //首页置顶
- //视频
- #define Watermark @"/api/vod.watermark/index" //获取其他平台无水印短视频地址
- #define TrendsSave @"/api/vod.trends/save" //创建视频动态,获取上传凭证
- #define TrendsLists @"/api/vod.trends/lists" //视频动态列表
- #define TrendsLike @"/api/vod.trends/like" //视频动态点赞
- #define TrendsBrowser @"/api/vod.trends/browser" //累加视频动态浏览量
- #define TrendsLike_lists @"/api/vod.trends/like_lists" //视频动态获赞列表
- #define TrendsDelete @"/api/vod.trends/delete" //删除视频动态
- #define AppPublish @"/api/app/publish" //违规公布
- #define ChatLabelList @"/api/chat/label_list" //标签列表
- #define ChatAddLabel @"/api/chat/add_label" //打标签
- #define WalletDayEarnings @"/api/wallet/day_earnings" //每日收益
- #define VodTrendsSendGift @"/api/vod.trends/send_gift" //赠送比心礼物
- //获取sts凭证
- #define STS @"/api/sts/index" //获取sts凭证
- // 陪玩
- #define GameList @"/api/game.info/lists" // 游戏列表
- #define GameCertificationSubmit @"/api/game.auth/submit" // 申请陪玩技能
- #define GameSetterPrice @"/api/game.skill/save" // 修改游戏技能价格
- #define GameOrderBuy @"/api/game.order/buy" // 游戏陪玩下单
- #define GameOrderList @"/api/game.order/list" // 游戏陪玩订单列表
- #define GameOrderOperate @"/api/game.order/operate" // 游戏陪玩订单处理
- #define GamePlayList @"/api/game.play/list" // 游戏陪玩首页列表
- /// 直播
- #define StatusLive @"/api/live/status_live" //女神是否认证
- #define ApplyLive @"/api/live/apply_live" //女神认证
- #define StartLive @"/api/live/start_live" //开启直播
- #define CloseLive @"/api/LiveList/closeLive" // 女神结束直播
- #define GetLiveCateList @"/api/LiveList/getLiveCateList" // 获取语聊分类 1直播分类 2语聊分类 不传默认1
- #define GetLiveListByCate @"/api/live_list/getLiveListByCate" //获取直播列表
- #define GetRandLive @"/api/LiveList/getRandLive" //新秀顶部推荐
- #define JoinLive @"/api/live/join_live" //观众进入直播间
- #define LiveSendMessage @"/api/live/send_message" //直播间发送消息
- #define GetUserCloseLive @"/api/LiveList/getUserCloseLive" // 用户直播结束页
- #define GetInviteList @"/api/live_list/getInviteList" //pk连麦邀请列表
- #define StartInteract @"/api/live/start_interact" //开始pk
- #define OperateFrom @"/api/live/operate_from" //主叫方操作(取消、结束)
- #define ObtainInteract @"/api/live/obtain_interact" //被连麦者获取连麦或pk信息
- #define OperateTo @"/api/live/operate_to" //接收方操作(接听、拒绝、结束)
- #define LiveGetUser @"/api/live/get_user" //获取用户基本信息
- #define LiveCover @"/api/live/set_cover" // 直播截图上传
- #define GetLeftLive @"/api/live_list/getLeftLive" //获取左滑推荐女神
- #define GetLiveVerifyToken @"/api/live/DescribeVerifyToken" //获取女神实人认证Token
- #define LiveVerifyTokenSuccess @"/api/live/DescribeVerifyResult" //女神实人认证后回调
- #define UserAuth @"/api/user/userAuth" //男用户认证
- #define ReStartPK @"/api/live/restart_pk" //重新pk
- #define ReFusePK @"/api/live/refuse_pk" //重新pk 拒绝
- #define ReceiveRestartPK @"/api/live/receive_restart_pk" //重新pk接受
- #define MusicBaseHot @"/api/music/BaseHot" //获取平台热门音乐列表
- #define MusicInfo @"/api/music/TrafficHQListen" //通过音乐id获取完整版音乐
- #define GetLiveSendList @"/api/live/getLiveSendList" //获取直播间贡献排名
- #define GetLiveOnlineUsers @"/api/live/getLiveOnlineUsers" //获取直播间在线用户
- #define GetLiveRankList @"/api/live/getLiveRank" //直播间获取女神榜
- #define MemberOutLive @"/api/live/out_live" //用户退出直播间
- #define MemberJoinLive @"/api/live/comein_live" //用户进入直播间
- #define ForBiddenUser @"/api/liveOperator/forbiddenUser" //直播间用户操作
- #define GetManagerList @"/api/LiveOperator/getManagerList" //获取 禁言 管理员 踢人列表
- #define LiveRepealForbidden @"/api/LiveOperator/setKick" //撤销踢人
- /// 公会
- #define UnionsAnchor @"/api/union/anchor" //公会成员女神列表
- #define UnionsAnchorHot @"/api/union/anchor_hot" //公会设置热门女神
- #define UnionsPromotion @"/api/union/promotion" // 推广
- /// 个性装扮
- #define GetDressList @"/api/dress/getDressList" // 获取用户装扮列表
- #define UpdateDress @"/api/dress/updateUse" // 设置使用的个性装扮
- #define GetPackageDot @"/api/package/getDot" // 获取包裹红点
- #define ChatRoom_Guild_search @"/api/talk.Guild/search" // 公会搜索首页(未批准的列表数据)
- #define ChatRoom_Guild_guildSearch @"/api/talk.Guild/guildSearch" // 公会搜索(精确搜索公会列表结果)
- #define ChatRoom_guildJoin @"/api/talk.Guild/guildJoin" // 公会加入
- #define ChatRoom_guildCenter @"/api/talk.Guild/guild" // 公会中心首页
- #define ChatRoom_guildMemberList @"/api/talk.Guild/guildMemberList" // 公会申请列表
- #define ChatRoom_guildMember @"/api/talk.Guild/guildMember" // 公会申请列表确认
- #define ChatRoom_guildQuit @"/api/talk.Guild/guildQuit" // 公会退出
- #define ChatRoom_guildIncome @"/api/talk.Guild/guildIncome" // 公会收益
- #define ChatRoom_guildRoom @"/api/talk.Guild/guildRoom" // 公会房间列表
- #define ChatRoom_guildQuit @"/api/talk.Guild/guildQuit" // 公会退出
- #define ChatRoom_guildQuitList @"/api/talk.Guild/guildQuitList" // 公会退出列表 (会长)
- #define ChatRoom_guildQuitUp @"/api/talk.Guild/guildQuitUp" // 公会退出确认 (会长)
- //我的人脉
- #define Contacts_overview @"/api/contacts/overview" // 概览
- #define Mine_setFateMatch @"/api/user/setFateMatch" // 缘分牵线设置 缘分牵线 1开启 0关闭
- #define Mine_getFateMatch @"/api/user/getFateMatch" // 获取缘分牵线设置 缘分牵线 1开启 0关闭
- #define Mine_setLikesNotification @"/api/user/setUserLikeStatus" // 点赞通知设置 点赞通知 1开启 0关闭
- #define Mine_getLikesNotification @"/api/user/getUserLikeStatus" // 获取点赞通知设置 点赞通知 1开启 0关闭
- //首页搜索相关
- #define ChatRoom_searchLive @"/api/livelist/searchLive" // 直播间搜索
- #define ChatRoom_likeList @"/api/talk.Talks/likeList" // 房间搜索
- #define ChatRoom_getUserTalk @"/api/user/getUserTalk" // 获取用户是否在语聊房
- #define ChatRoom_talkManage @"/api/talk.talks/talkManage" // 房间管理
- #define ChatRoom_operationLog @"/api/talk.talks/operationLog" // 操作记录
- #define ChatRoom_getDataBefore @"/api/talk.talks/getDataBefore" // 获取语聊房修改前数据(修改资料获取的数据)
- #define ChatRoom_setTalkTitleANotice @"/api/talk.TalkSet/setTalkTitleANotice" // 修改房间标题和公告图片(修改资料)
- #define ChatRoom_ManManagementList @"/api/talk.talks/ManManagementList" // 人员管理列表
- #define ChatRoom_UpdateManManagement @"/api/talk.talks/UpdateManManagement" // 人员管理身份更改
- #define ChatRoom_AddManManagement @"/api/talk.talks/AddManManagement" // 人员管理添加
- /// 语聊房
- #define JoinTalk @"/api/talk.Talks/join_talk" // 加入语聊房
- #define UserUpperWheat @"/api/talk.TalksOperation/userUpperWheat" //用户上位
- #define GetHotRecommend @"/api/talk.Index/getHotRecommend" //推荐列表
- #define LowerSeats @"/api/talk.TalksOperation/lowerSeats" //用户主动下麦
- #define LockSeates @"/api/talk.TalksOperation/lockSeates" // 锁定&解锁座位
- #define LowerSeat @"/api/talk.TalkApplyOperation/lowerSeat" // 管理抱下麦
- #define CloseAOpenSeatSay @"/api/talk.TalksOperation/closeAOpenSeatSay" // 管理员闭麦或打开麦
- #define InviteUpperSeat @"/api/talk.TalkApplyOperation/inviteUpperSeat" // 管理邀请用户上麦
- #define GetTalkOnlineUser @"/api/talk.Talks/getTalkOnlineUser" // 获取语聊房在线用户
- #define UserAgreeSeat @"/api/talk.TalkApplyOperation/userAgreeSeat" // 用户同意&拒绝上麦
- #define ApplyList @"/api/talk.TalkApplyOperation/applyList" // 获取房间麦序列表
- #define RejectApply @"/api/talk.TalkApplyOperation/rejectApply" //管理忽略申请上麦
- #define HoldSeat @"/api/talk.TalkApplyOperation/holdSeat" //管理抱上麦
- #define FollowRooms @"/api/talk.Talks/followRooms" // 房间关注
- #define FollowRoomsCancel @"/api/talk.Talks/followRoomsCancel" // 房间关注取消
- #define GetTalkUserRank @"/api/talk.Talks/getTalkUserRank" // 获取语聊房排名
- #define SetTalkTitleANotice @"/api/talk.TalkSet/setTalkTitleANotice" // 修改房间标题和公告图片
- #define ChatRoomSendMessage @"/api/talk.Talks/send_message" // 语聊房发送消息
- #define SetTalkType @"/api/talk.TalkSet/setTalkType" // 修改麦序模式
- #define ClearTalk @"/api/talk.TalkSet/clearTalk" // 房间清空公屏
- #define OpenACloseTalk @"/api/talk.TalkSet/openACloseTalk" // 开启关闭公屏
- #define SetTalkPwd @"/api/talk.TalkSet/setTalkPwd" // 设置房间密码
- #define ForbidUser @"/api/talk.TalkSet/forbidUser" // 禁言&解除禁言 踢人 解除踢人
- #define OutTalk @"/api/talk.Talks/out_talk" // 用户退出语聊房
- #define GetForbidUserList @"/api/talk.TalkSet/getForbidUserList" // 获取禁言 踢人列表
- #define GetExpressionCate @"/api/expressions/GetExpressionCate" // 获取表情包分类
- #define GetReportType @"/api/talk.TalksOperation/getReportType" // 获取举报类型
- #define ChatRoomReport @"/api/talk.TalksOperation/report" // 语聊房举报
- #define SendEmoji @"/api/talk.talks/sendEmo" // 发送表情
- #define GetRoomStatus @"/api/talk.talks/getRoomStatus" // 查询房间是否上锁
- #define TalkSendGift @"/api/talk.sendGift/talkSendGift" // 语聊房送礼
- #define TalkSendGuard @"/api/talk.sendGift/talkSendGuard" // 语聊房守护
- #define ChatroomCardiac @"/api/talk.talk_set/cardiac" //切换房间玩法
- #define ChatroomClearCardiac @"/api/talk.talk_set/clearCardiac" //清空心动值
- #define ChatRoomBlindDateChange @"/api/talk.talk_set/blindDateChange" //相亲玩法切换
- #define ChatRoomBlindDateSelect @"/api/talk.talk_set/blindDateSelect" //心动选择
- #define ChatRoomBackgoundImageList @"/api/talk.talk_set/getTalkBg" // 获取所有背景图
- #define ChatRoomSelectedBackgoundImage @"/api/talk.talk_set/setTalkBg" // 选择背景图
- #define ChatRoomClearUserCardiac @"/api/talk.talk_set/clearUserCardiac" // 清空部分用户心动值
- #define GetAllSongs @"/api/talk.music/getAllSongs" // 语聊房声网音乐列表
- #define GetSong @"/api/talk.music/getSong" // 点播歌曲
- #define AddMySong @"/api/talk.music/addMySong" // 添加我的歌曲
- #define DelMySong @"/api/talk.music/delMySong" // 删除我的歌曲
- #define MySongs @"/api/talk.music/MySongs" // 我的歌曲列表
- #define IsChat @"/api/user/is_chat" // 获取是否可以私信
- #define api_getUserTag @"/api/user/getUserTag"
- // v1.8
- #define api_Improve_data @"/api/user/improve_data"
- #define api_compareFacesAvatar @"/api/user/compareFacesAvatar"
- #define api_getSelectData @"/api/user/getSelectData"
- #define api_greetlists_new @"/api/greet/lists_new"
- #define api_greetset_default @"/api/greet/set_default"
- #define api_greetdelete_new @"/api/greet/delete_new"
- #define api_greetset_name @"/api/greet/set_name"
- #define GetIntimateList @"/api/chat_intimate/getIntimateList" //获取亲密列表
- #define ReceiveTaskReward @"/api/user/receiveTaskReward" // 用户领取红包
- #define SendTipMsg @"/api/index/send_tip_msg" // 发送提示消息
- #define ShareTask @"/api/task/share_task" //任务 分享
- #define OpenMatching @"/api/matching.matching/addMatching" //开启音视频匹配
- #define CloseMatching @"/api/matching.matching/cancelMatching" //关闭音视频匹配
- #define ReceiveMatching @"/api/matching.matching/handelMatchCall" //接受音视频匹配
- #define MemberRechargeInfo @"/api/vip/nobleRecharge"// 会员充值信息
- #define SubmitMemberRechargeInfo @"/api/vipOrder/payNobleOrder"// 提交会员充值信息
- #define PersonalPageInfo @"/api/user/getUserIndex" //个人主页
- #define DetectionAccountBalanceRechargeInfo @"/api/v2/index/user/rechargeWarning"// 检测账户余额充值信息
- #define AccountBalanceRechargeWeChatPay @"/api/pay/pay_type"// 账户余额充值微信支付 1安卓 2ios 3h5
- #define WithdrawalRecordsInfo @"/api/wallet/cashout_record"// 提现记录信息
- #define WithdrawalAccountList @"/api/wallet/account_list" // 提现账号列表
- #define DefaultWithdrawalAccount @"/api/wallet/account_use" // 默认提现账号
- #define BindWithdrawalAccount @"/api/wallet/account_save" // 绑定提现账号
- #define InvitingPrizesInfo @"/api/user/invite_overview" // 邀请概览
- #define InvitingPrizesPoster @"/api/share/poster" // 邀请海报
- #define InvitingPersonsList @"/api/user/invite_list" // 邀请人列表
- #define InvitingEarningsList @"/api/user/invite_reward_list" // 邀请收益列表
- #define CallChatType @"/api/chat/call_new" //视频通话 type 0视频 1语音
- #define SubmitCancellationAccount @"/api/passport/close_account"//注销账号
- #define HomePageSearch @"/api/index/getUserInfoByUserCode"
- #define ApplyWithdrawal @"/api/wallet/user_withdraw_new" //用户申请提现
- #define CallRecordList @"/api/User/userCallList" //通话记录
- #define DynamicDetail @"/api/dynamic/detail" //动态详情
- #define DynamicDetailCommentList @"/api/dynamicComment/lists" //动态详情评论
- #define DynamicMessagesList @"/api/dynamic/record" //动态消息
- #define DynamicComment @"/api/dynamicComment/comment" //动态评论 dynamic_id 评论动态 回复动态comment_id content内容
- #define DynamicLike @"/api/dynamic/like" //动态点赞
- #define GuildManagementMyConnectionsList @"/api/contacts/income" //公会管理我的人脉
- #endif /* ServerURL_h */
|