预上线
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
//tadmin.xscmmidi.site --管理后台
|
||||
//tmd.xscmmidi.site -- 这是接口 api
|
||||
#if DEVELOPENT == 1
|
||||
//static NSString* ServerUrl = @"https://vsyusheng.qxhs.xyz/";
|
||||
//static NSString* H5ServerUrl = @"https://vsyusheng.qxhs.xyz/h5/";
|
||||
static NSString* ServerUrl = @"https://test.vespa.qxyushen.top/";
|
||||
static NSString* H5ServerUrl = @"https://test.vespa.qxyushen.top/h5/";
|
||||
static NSString* RServerUrl = @"https://test.vespa.qxyushen.top/";
|
||||
@@ -25,6 +27,8 @@ static NSString* RH5ServerUrl = @"https://test.vespa.qxyushen.top/h5/";
|
||||
//static NSString* H5ServerUrl = @"https://test.vespa.qxyushen.top/h5/";
|
||||
//static NSString* ServerUrl = @"https://vespa.qxyushen.top/";
|
||||
//static NSString* H5ServerUrl = @"https://vespa.qxyushen.top/h5/";
|
||||
//static NSString* ServerUrl = @"https://vsyusheng.qxhs.xyz/";
|
||||
//static NSString* H5ServerUrl = @"https://vsyusheng.qxhs.xyz/h5/";
|
||||
static NSString* ServerUrl = @"https://yushengapi.qxyushen.top/";
|
||||
static NSString* H5ServerUrl = @"https://yushengapi.qxyushen.top/h5/";
|
||||
static NSString* RServerUrl = @"https://details.qxhs.xyz/";
|
||||
@@ -317,6 +321,10 @@ static NSString * QXRoomMoveSong = @"api/RoomSong/up_song";
|
||||
static NSString * QXRoomNextSong = @"api/RoomSong/change_song";
|
||||
/// 已点歌曲列表
|
||||
static NSString * QXRoomSongList = @"api/RoomSong/song_list";
|
||||
/// 已点歌曲列表搜索
|
||||
static NSString * QXRoomSongListSearch = @"api/RoomSong/search_song";
|
||||
/// 已点歌曲列表删除
|
||||
static NSString * QXRoomSongListDelete = @"api/RoomSong/del_song";
|
||||
/// 结束本次唱歌
|
||||
static NSString * QXRoomEndSong = @"api/RoomSong/end_song";
|
||||
/// 魅力排行
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user