[6.3.0]
[taxi][passenger] [音乐播放]
This commit is contained in:
@@ -149,12 +149,14 @@ android {
|
||||
buildConfigField 'boolean', 'secure', "true"
|
||||
buildConfigField 'String', 'URLs', "\"${readFileToJson("mogo").replace("\"", "\\\"")}\""
|
||||
buildConfigField 'String', 'mediaUrlConfig', "\"${readMediaUrlConfigFromJsonFile("mogo").replace("\"", "\\\"")}\""
|
||||
buildConfigField 'String', 'musicUrlConfig', "\"${readMusicUrlConfigFromJsonFile("mogo").replace("\"", "\\\"")}\""
|
||||
}
|
||||
yantai {
|
||||
dimension "project"
|
||||
buildConfigField 'boolean', 'secure', "false"
|
||||
buildConfigField 'String', 'URLs', "\"${readFileToJson("yantai").replace("\"", "\\\"")}\""
|
||||
buildConfigField 'String', 'mediaUrlConfig', "\"${readMediaUrlConfigFromJsonFile("yantai").replace("\"", "\\\"")}\""
|
||||
buildConfigField 'String', 'musicUrlConfig', "\"${readMusicUrlConfigFromJsonFile("yantai").replace("\"", "\\\"")}\""
|
||||
}
|
||||
|
||||
dali {
|
||||
@@ -162,12 +164,14 @@ android {
|
||||
buildConfigField 'boolean', 'secure', "true"
|
||||
buildConfigField 'String', 'URLs', "\"${readFileToJson("dali").replace("\"", "\\\"")}\""
|
||||
buildConfigField 'String', 'mediaUrlConfig', "\"${readMediaUrlConfigFromJsonFile("dali").replace("\"", "\\\"")}\""
|
||||
buildConfigField 'String', 'musicUrlConfig', "\"${readMusicUrlConfigFromJsonFile("dali").replace("\"", "\\\"")}\""
|
||||
}
|
||||
saas {
|
||||
dimension "project"
|
||||
buildConfigField 'boolean', 'secure', "true"
|
||||
buildConfigField 'String', 'URLs', "\"${readFileToJson("saas").replace("\"", "\\\"")}\""
|
||||
buildConfigField 'String', 'mediaUrlConfig', "\"${readMediaUrlConfigFromJsonFile("saas").replace("\"", "\\\"")}\""
|
||||
buildConfigField 'String', 'musicUrlConfig', "\"${readMusicUrlConfigFromJsonFile("saas").replace("\"", "\\\"")}\""
|
||||
}
|
||||
// 配置网络环境,QA、线上、演示
|
||||
qa {
|
||||
@@ -426,6 +430,36 @@ Object readMediaUrlConfigFromJsonFile(env){
|
||||
return null
|
||||
}
|
||||
|
||||
/**
|
||||
* 读取各车型宣传视频本地配置
|
||||
* @param env
|
||||
* @return
|
||||
*/
|
||||
Object readMusicUrlConfigFromJsonFile(env){
|
||||
try {
|
||||
// 加载config.json 文件
|
||||
File file = new File("${rootDir}/app/config/MusicUrlConfig.json")
|
||||
def jsonSlurper = new JsonSlurper()
|
||||
// 解析json
|
||||
def config = jsonSlurper.parse(file)
|
||||
def flavorNames = variantVehicleName()
|
||||
def jsonOutput = new JsonOutput()
|
||||
def getKey = flavorNames
|
||||
config.get(env).each {key, value ->
|
||||
// 匹配flavor对应的 json
|
||||
if(flavorNames.toLowerCase().contains(key)){
|
||||
getKey = key
|
||||
return true
|
||||
}
|
||||
}
|
||||
return jsonOutput.toJson(config.get(env).get(getKey))
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace()
|
||||
}
|
||||
return null
|
||||
}
|
||||
|
||||
|
||||
def variantVehicleName() {
|
||||
if(gradle.startParameter.taskNames.size()>0) {
|
||||
for (String taskName : gradle.startParameter.taskNames) {
|
||||
|
||||
@@ -1,93 +1,123 @@
|
||||
{
|
||||
"mogo": {
|
||||
"taxiunmannedpassengerochdfhq": {
|
||||
"taxipassengerochdfhq": {
|
||||
"musics": [
|
||||
{
|
||||
"id": "1",
|
||||
"md5": "C24399007B8DBAAEAA6EF448A25393CE",
|
||||
"songName": "钢琴曲",
|
||||
"songUrl": "android.resource://com.mogo.launcher.f/raw/piano_music.mp3",
|
||||
"songUrlType": "local",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523261936/relax.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_05.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_05.png",
|
||||
"tag": [
|
||||
"放松"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"md5": "ECA45497D915E0B933E45B5A5411B30E",
|
||||
"songName": "唯美的梦",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523329643/beautiful_dream.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523261936/relax.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718271475/taxt_p_music_head_04.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718199388/taxt_p_music_bottom_04.png",
|
||||
"tag": [
|
||||
"放松"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"md5": "8FA0DE702443CD05BCA6DB1B7E6BE036",
|
||||
"songName": "有趣的时光",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523382842/fun_times.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523427472/lively.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718256470/taxt_p_music_head_03.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718184532/taxt_p_music_bottom_03.png",
|
||||
"tag": [
|
||||
"欢快"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"md5": "FB1EF41BC69216AAA90323F3FBABDDDF",
|
||||
"songName": "游乐场",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523484705/playground_fun.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523427472/lively.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718241926/taxt_p_music_head_02.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718167794/taxt_p_music_bottom_02.png",
|
||||
"tag": [
|
||||
"欢快"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"md5": "B721B4FBAE2D472F875A3A539135337A",
|
||||
"songName": "鼓舞我",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523537118/uplift_me.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523566881/dynamic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718228949/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718149545/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"动感"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"md5": "836B99E70B7BC5C2283D602DF60F45F2",
|
||||
"songName": "假日乐趣",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523604653/summer_fun.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523566881/dynamic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718228949/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718149545/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"动感"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"md5": "6B0B9FEF15B0FC8F1A1EAB6793DE5C02",
|
||||
"songName": "伟大梦想",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523656707/dreaming_big.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523695133/romantic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718228949/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718149545/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"浪漫"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"md5": "3E8EE95E9E838709601D8BB8E2CC6B2A",
|
||||
"songName": "钢琴映像",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523740974/piano_reflections.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523695133/romantic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718241926/taxt_p_music_head_02.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718167794/taxt_p_music_bottom_02.png",
|
||||
"tag": [
|
||||
"浪漫"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"md5": "59D695BB96DF67DBC0F5B064D727DA4A",
|
||||
"songName": "宁静的景色",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523785714/serene_view.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523814937/quiet.png",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718271475/taxt_p_music_head_04.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718199388/taxt_p_music_bottom_04.png",
|
||||
"tag": [
|
||||
"静谧"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"md5": "1FBFA6AB04AA76168FDFDAFB0E189F4D",
|
||||
"songName": "困倦小猫",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523857450/sleepy_cat.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523814937/quiet.png",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718228949/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718149545/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"静谧"
|
||||
]
|
||||
@@ -97,91 +127,121 @@
|
||||
"charterpassengerochm1": {
|
||||
"musics": [
|
||||
{
|
||||
"id": "1",
|
||||
"md5": "C24399007B8DBAAEAA6EF448A25393CE",
|
||||
"songName": "钢琴曲",
|
||||
"songUrl": "android.resource://com.mogo.launcher.f/raw/piano_music.mp3",
|
||||
"songUrlType": "local",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523261936/relax.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_05.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_05.png",
|
||||
"tag": [
|
||||
"放松"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"md5": "ECA45497D915E0B933E45B5A5411B30E",
|
||||
"songName": "唯美的梦",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523329643/beautiful_dream.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523261936/relax.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_04.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_04.png",
|
||||
"tag": [
|
||||
"放松"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"md5": "8FA0DE702443CD05BCA6DB1B7E6BE036",
|
||||
"songName": "有趣的时光",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523382842/fun_times.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523427472/lively.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_03.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_03.png",
|
||||
"tag": [
|
||||
"欢快"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"md5": "FB1EF41BC69216AAA90323F3FBABDDDF",
|
||||
"songName": "游乐场",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523484705/playground_fun.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523427472/lively.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_02.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_02.png",
|
||||
"tag": [
|
||||
"欢快"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"md5": "B721B4FBAE2D472F875A3A539135337A",
|
||||
"songName": "鼓舞我",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523537118/uplift_me.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523566881/dynamic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"动感"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"md5": "836B99E70B7BC5C2283D602DF60F45F2",
|
||||
"songName": "假日乐趣",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523604653/summer_fun.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523566881/dynamic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"动感"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"md5": "6B0B9FEF15B0FC8F1A1EAB6793DE5C02",
|
||||
"songName": "伟大梦想",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523656707/dreaming_big.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523695133/romantic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"浪漫"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"md5": "3E8EE95E9E838709601D8BB8E2CC6B2A",
|
||||
"songName": "钢琴映像",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523740974/piano_reflections.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523695133/romantic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_02.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_02.png",
|
||||
"tag": [
|
||||
"浪漫"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"md5": "59D695BB96DF67DBC0F5B064D727DA4A",
|
||||
"songName": "宁静的景色",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523785714/serene_view.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523814937/quiet.png",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_04.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_04.png",
|
||||
"tag": [
|
||||
"静谧"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"md5": "1FBFA6AB04AA76168FDFDAFB0E189F4D",
|
||||
"songName": "困倦小猫",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523857450/sleepy_cat.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523814937/quiet.png",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"静谧"
|
||||
]
|
||||
@@ -190,188 +250,124 @@
|
||||
}
|
||||
},
|
||||
"dali": {
|
||||
"taxiunmannedpassengerochdfhq": {
|
||||
"musics": [
|
||||
{
|
||||
"songName": "钢琴曲",
|
||||
"songUrl": "android.resource://com.mogo.launcher.f/raw/piano_music.mp3",
|
||||
"songUrlType": "local",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523261936/relax.jpg",
|
||||
"tag": [
|
||||
"放松"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "唯美的梦",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523329643/beautiful_dream.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523261936/relax.jpg",
|
||||
"tag": [
|
||||
"放松"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "有趣的时光",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523382842/fun_times.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523427472/lively.jpg",
|
||||
"tag": [
|
||||
"欢快"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "游乐场",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523484705/playground_fun.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523427472/lively.jpg",
|
||||
"tag": [
|
||||
"欢快"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "鼓舞我",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523537118/uplift_me.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523566881/dynamic.jpg",
|
||||
"tag": [
|
||||
"动感"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "假日乐趣",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523604653/summer_fun.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523566881/dynamic.jpg",
|
||||
"tag": [
|
||||
"动感"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "伟大梦想",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523656707/dreaming_big.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523695133/romantic.jpg",
|
||||
"tag": [
|
||||
"浪漫"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "钢琴映像",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523740974/piano_reflections.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523695133/romantic.jpg",
|
||||
"tag": [
|
||||
"浪漫"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "宁静的景色",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523785714/serene_view.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523814937/quiet.png",
|
||||
"tag": [
|
||||
"静谧"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "困倦小猫",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523857450/sleepy_cat.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523814937/quiet.png",
|
||||
"tag": [
|
||||
"静谧"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"charterpassengerochm1": {
|
||||
"musics": [
|
||||
{
|
||||
"id": "1",
|
||||
"md5": "C24399007B8DBAAEAA6EF448A25393CE",
|
||||
"songName": "钢琴曲",
|
||||
"songUrl": "android.resource://com.mogo.launcher.f/raw/piano_music.mp3",
|
||||
"songUrlType": "local",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523261936/relax.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_05.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_05.png",
|
||||
"tag": [
|
||||
"放松"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"md5": "ECA45497D915E0B933E45B5A5411B30E",
|
||||
"songName": "唯美的梦",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523329643/beautiful_dream.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523261936/relax.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_04.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_04.png",
|
||||
"tag": [
|
||||
"放松"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"md5": "8FA0DE702443CD05BCA6DB1B7E6BE036",
|
||||
"songName": "有趣的时光",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523382842/fun_times.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523427472/lively.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_03.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_03.png",
|
||||
"tag": [
|
||||
"欢快"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"md5": "FB1EF41BC69216AAA90323F3FBABDDDF",
|
||||
"songName": "游乐场",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523484705/playground_fun.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523427472/lively.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_02.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_02.png",
|
||||
"tag": [
|
||||
"欢快"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"md5": "B721B4FBAE2D472F875A3A539135337A",
|
||||
"songName": "鼓舞我",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523537118/uplift_me.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523566881/dynamic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"动感"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"md5": "836B99E70B7BC5C2283D602DF60F45F2",
|
||||
"songName": "假日乐趣",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523604653/summer_fun.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523566881/dynamic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"动感"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"md5": "6B0B9FEF15B0FC8F1A1EAB6793DE5C02",
|
||||
"songName": "伟大梦想",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523656707/dreaming_big.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523695133/romantic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"浪漫"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"md5": "3E8EE95E9E838709601D8BB8E2CC6B2A",
|
||||
"songName": "钢琴映像",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523740974/piano_reflections.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523695133/romantic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_02.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_02.png",
|
||||
"tag": [
|
||||
"浪漫"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"md5": "59D695BB96DF67DBC0F5B064D727DA4A",
|
||||
"songName": "宁静的景色",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523785714/serene_view.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523814937/quiet.png",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_04.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_04.png",
|
||||
"tag": [
|
||||
"静谧"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"md5": "1FBFA6AB04AA76168FDFDAFB0E189F4D",
|
||||
"songName": "困倦小猫",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523857450/sleepy_cat.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523814937/quiet.png",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"静谧"
|
||||
]
|
||||
@@ -380,188 +376,124 @@
|
||||
}
|
||||
},
|
||||
"yantai": {
|
||||
"taxiunmannedpassengerochdfhq": {
|
||||
"musics": [
|
||||
{
|
||||
"songName": "钢琴曲",
|
||||
"songUrl": "android.resource://com.mogo.launcher.f/raw/piano_music.mp3",
|
||||
"songUrlType": "local",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523261936/relax.jpg",
|
||||
"tag": [
|
||||
"放松"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "唯美的梦",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523329643/beautiful_dream.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523261936/relax.jpg",
|
||||
"tag": [
|
||||
"放松"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "有趣的时光",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523382842/fun_times.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523427472/lively.jpg",
|
||||
"tag": [
|
||||
"欢快"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "游乐场",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523484705/playground_fun.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523427472/lively.jpg",
|
||||
"tag": [
|
||||
"欢快"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "鼓舞我",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523537118/uplift_me.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523566881/dynamic.jpg",
|
||||
"tag": [
|
||||
"动感"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "假日乐趣",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523604653/summer_fun.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523566881/dynamic.jpg",
|
||||
"tag": [
|
||||
"动感"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "伟大梦想",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523656707/dreaming_big.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523695133/romantic.jpg",
|
||||
"tag": [
|
||||
"浪漫"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "钢琴映像",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523740974/piano_reflections.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523695133/romantic.jpg",
|
||||
"tag": [
|
||||
"浪漫"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "宁静的景色",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523785714/serene_view.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523814937/quiet.png",
|
||||
"tag": [
|
||||
"静谧"
|
||||
]
|
||||
},
|
||||
{
|
||||
"songName": "困倦小猫",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523857450/sleepy_cat.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523814937/quiet.png",
|
||||
"tag": [
|
||||
"静谧"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"charterpassengerochm1": {
|
||||
"musics": [
|
||||
{
|
||||
"id": "1",
|
||||
"md5": "C24399007B8DBAAEAA6EF448A25393CE",
|
||||
"songName": "钢琴曲",
|
||||
"songUrl": "android.resource://com.mogo.launcher.f/raw/piano_music.mp3",
|
||||
"songUrlType": "local",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523261936/relax.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_05.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_05.png",
|
||||
"tag": [
|
||||
"放松"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"md5": "ECA45497D915E0B933E45B5A5411B30E",
|
||||
"songName": "唯美的梦",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523329643/beautiful_dream.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523261936/relax.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_04.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_04.png",
|
||||
"tag": [
|
||||
"放松"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"md5": "8FA0DE702443CD05BCA6DB1B7E6BE036",
|
||||
"songName": "有趣的时光",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523382842/fun_times.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523427472/lively.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_03.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_03.png",
|
||||
"tag": [
|
||||
"欢快"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"md5": "FB1EF41BC69216AAA90323F3FBABDDDF",
|
||||
"songName": "游乐场",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523484705/playground_fun.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523427472/lively.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_02.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_02.png",
|
||||
"tag": [
|
||||
"欢快"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"md5": "B721B4FBAE2D472F875A3A539135337A",
|
||||
"songName": "鼓舞我",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523537118/uplift_me.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523566881/dynamic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"动感"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"md5": "836B99E70B7BC5C2283D602DF60F45F2",
|
||||
"songName": "假日乐趣",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523604653/summer_fun.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523566881/dynamic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"动感"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"md5": "6B0B9FEF15B0FC8F1A1EAB6793DE5C02",
|
||||
"songName": "伟大梦想",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523656707/dreaming_big.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523695133/romantic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"浪漫"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"md5": "3E8EE95E9E838709601D8BB8E2CC6B2A",
|
||||
"songName": "钢琴映像",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523740974/piano_reflections.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523695133/romantic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_02.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_02.png",
|
||||
"tag": [
|
||||
"浪漫"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"md5": "59D695BB96DF67DBC0F5B064D727DA4A",
|
||||
"songName": "宁静的景色",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523785714/serene_view.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523814937/quiet.png",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_04.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_04.png",
|
||||
"tag": [
|
||||
"静谧"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"md5": "1FBFA6AB04AA76168FDFDAFB0E189F4D",
|
||||
"songName": "困倦小猫",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523857450/sleepy_cat.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523814937/quiet.png",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"静谧"
|
||||
]
|
||||
@@ -569,95 +501,125 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"sass": {
|
||||
"saas": {
|
||||
"taxiunmannedpassengerochdfhq": {
|
||||
"musics": [
|
||||
{
|
||||
"id": "1",
|
||||
"md5": "C24399007B8DBAAEAA6EF448A25393CE",
|
||||
"songName": "钢琴曲",
|
||||
"songUrl": "android.resource://com.mogo.launcher.f/raw/piano_music.mp3",
|
||||
"songUrlType": "local",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523261936/relax.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_05.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_05.png",
|
||||
"tag": [
|
||||
"放松"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"md5": "ECA45497D915E0B933E45B5A5411B30E",
|
||||
"songName": "唯美的梦",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523329643/beautiful_dream.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523261936/relax.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_04.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_04.png",
|
||||
"tag": [
|
||||
"放松"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"md5": "8FA0DE702443CD05BCA6DB1B7E6BE036",
|
||||
"songName": "有趣的时光",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523382842/fun_times.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523427472/lively.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_03.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_03.png",
|
||||
"tag": [
|
||||
"欢快"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"md5": "FB1EF41BC69216AAA90323F3FBABDDDF",
|
||||
"songName": "游乐场",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523484705/playground_fun.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523427472/lively.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_02.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_02.png",
|
||||
"tag": [
|
||||
"欢快"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"md5": "B721B4FBAE2D472F875A3A539135337A",
|
||||
"songName": "鼓舞我",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523537118/uplift_me.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523566881/dynamic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"动感"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"md5": "836B99E70B7BC5C2283D602DF60F45F2",
|
||||
"songName": "假日乐趣",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523604653/summer_fun.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523566881/dynamic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"动感"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"md5": "6B0B9FEF15B0FC8F1A1EAB6793DE5C02",
|
||||
"songName": "伟大梦想",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523656707/dreaming_big.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523695133/romantic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"浪漫"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"md5": "3E8EE95E9E838709601D8BB8E2CC6B2A",
|
||||
"songName": "钢琴映像",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523740974/piano_reflections.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523695133/romantic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_02.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_02.png",
|
||||
"tag": [
|
||||
"浪漫"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"md5": "59D695BB96DF67DBC0F5B064D727DA4A",
|
||||
"songName": "宁静的景色",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523785714/serene_view.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523814937/quiet.png",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_04.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_04.png",
|
||||
"tag": [
|
||||
"静谧"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"md5": "1FBFA6AB04AA76168FDFDAFB0E189F4D",
|
||||
"songName": "困倦小猫",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523857450/sleepy_cat.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523814937/quiet.png",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"静谧"
|
||||
]
|
||||
@@ -667,91 +629,121 @@
|
||||
"charterpassengerochm1": {
|
||||
"musics": [
|
||||
{
|
||||
"id": "1",
|
||||
"md5": "C24399007B8DBAAEAA6EF448A25393CE",
|
||||
"songName": "钢琴曲",
|
||||
"songUrl": "android.resource://com.mogo.launcher.f/raw/piano_music.mp3",
|
||||
"songUrlType": "local",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523261936/relax.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_05.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_05.png",
|
||||
"tag": [
|
||||
"放松"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"md5": "ECA45497D915E0B933E45B5A5411B30E",
|
||||
"songName": "唯美的梦",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523329643/beautiful_dream.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523261936/relax.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_04.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_04.png",
|
||||
"tag": [
|
||||
"放松"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "3",
|
||||
"md5": "8FA0DE702443CD05BCA6DB1B7E6BE036",
|
||||
"songName": "有趣的时光",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523382842/fun_times.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523427472/lively.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_03.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_03.png",
|
||||
"tag": [
|
||||
"欢快"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "4",
|
||||
"md5": "FB1EF41BC69216AAA90323F3FBABDDDF",
|
||||
"songName": "游乐场",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523484705/playground_fun.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523427472/lively.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_02.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_02.png",
|
||||
"tag": [
|
||||
"欢快"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "5",
|
||||
"md5": "B721B4FBAE2D472F875A3A539135337A",
|
||||
"songName": "鼓舞我",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523537118/uplift_me.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523566881/dynamic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"动感"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "6",
|
||||
"md5": "836B99E70B7BC5C2283D602DF60F45F2",
|
||||
"songName": "假日乐趣",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523604653/summer_fun.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523566881/dynamic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"动感"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"md5": "6B0B9FEF15B0FC8F1A1EAB6793DE5C02",
|
||||
"songName": "伟大梦想",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523656707/dreaming_big.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523695133/romantic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"浪漫"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "8",
|
||||
"md5": "3E8EE95E9E838709601D8BB8E2CC6B2A",
|
||||
"songName": "钢琴映像",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523740974/piano_reflections.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523695133/romantic.jpg",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_02.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_02.png",
|
||||
"tag": [
|
||||
"浪漫"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "9",
|
||||
"md5": "59D695BB96DF67DBC0F5B064D727DA4A",
|
||||
"songName": "宁静的景色",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523785714/serene_view.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523814937/quiet.png",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_04.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_04.png",
|
||||
"tag": [
|
||||
"静谧"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "10",
|
||||
"md5": "1FBFA6AB04AA76168FDFDAFB0E189F4D",
|
||||
"songName": "困倦小猫",
|
||||
"songUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523857450/sleepy_cat.mp3",
|
||||
"songUrlType": "cloud",
|
||||
"coverImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709523814937/quiet.png",
|
||||
"coverHeadImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718285436/taxt_p_music_head_01.png",
|
||||
"coverBottomImageUrl": "https://img.zhidaohulian.com/fileServer/online_car_hailing/1709718213773/taxt_p_music_bottom_01.png",
|
||||
"tag": [
|
||||
"静谧"
|
||||
]
|
||||
|
||||
@@ -48,6 +48,7 @@ object ConfigStartUp {
|
||||
FunctionBuildConfig.unableLaunchAutopilotGear = BuildConfig.UNABLE_LAUNCH_AUTOPILOT_GEAR
|
||||
// 各车型宣传视频本地配置json
|
||||
FunctionBuildConfig.mediaUrlConfig = BuildConfig.mediaUrlConfig
|
||||
FunctionBuildConfig.musicUrlConfig = BuildConfig.musicUrlConfig
|
||||
|
||||
//是否支持Patch升级
|
||||
FunctionBuildConfig.isSupportPatchUpgrade = BuildConfig.IS_SUPPORT_PATCH_UPGRADE
|
||||
|
||||
Reference in New Issue
Block a user