/** * appkey */ export const AppKeyInfo = { /** 云视听小电视(TV版) 不过用这个无法解锁番剧 */ tv: { appkey: "4409e2ce8ffd12b8", appsec: "59b43e04ad6965f34319062b478f83dd", mobi_app: "android_tv_yst", }, /** web_ios */ ios: { appkey: "27eb53fc9058f8c3", appsec: "c2ed53a74eeefe3cf99fbd01d8c9c375", mobi_app: "ipnone", }, };