class MovieApi { static videoApi() { return "http://www.zuidazy5.com"; } static movieApi(int page) { return "http://www.zuidazy5.com/?m=vod-index-pg-$page.html"; } static searchApt() { return "http://www.zuidazy5.com/index.php?m=vod-search"; } }