|
|
@ -44,6 +44,7 @@ function getYiData(jkdata) { |
|
|
|
listurl = api_url + '?ac=list&page='; |
|
|
|
listurl = api_url + '?ac=list&page='; |
|
|
|
listnode = "json.data"; |
|
|
|
listnode = "json.data"; |
|
|
|
} else if (api_type == "cms") { |
|
|
|
} else if (api_type == "cms") { |
|
|
|
|
|
|
|
api_url = api_url.replace('?ac=list',''); |
|
|
|
vodurlhead = api_url + '?ac=videolist&ids='; |
|
|
|
vodurlhead = api_url + '?ac=videolist&ids='; |
|
|
|
classurl = api_url + "?ac=list"; |
|
|
|
classurl = api_url + "?ac=list"; |
|
|
|
listurl = api_url + '?ac=videolist&pg='; |
|
|
|
listurl = api_url + '?ac=videolist&pg='; |
|
|
|