|
|
@@ -0,0 +1,635 @@
|
|
|
+<?php
|
|
|
+
|
|
|
+namespace App\JsonRpc;
|
|
|
+
|
|
|
+interface WebServiceInterface
|
|
|
+{
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ *
|
|
|
+ */
|
|
|
+
|
|
|
+ public function getWebsiteModelCategory(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ *
|
|
|
+ */
|
|
|
+ public function getWebsiteCategoryHead(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ *
|
|
|
+ */
|
|
|
+
|
|
|
+ public function getWebsiteAdvertisement(array $data);
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ *
|
|
|
+ */
|
|
|
+
|
|
|
+ public function selectWebsiteDepartment(array $data);
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ *
|
|
|
+ */
|
|
|
+
|
|
|
+ public function selectWebArea(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getOneWebsiteCategory(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteRoute(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function checkWebsiteRoute(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function selectWebsiteArticle(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ *
|
|
|
+ */
|
|
|
+ public function getWebsiteArticlett(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteAllArticle(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteArticles(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteArticleList(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function selectWebsiteArticleInfo(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteHead(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteDistrit(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ *
|
|
|
+ */
|
|
|
+
|
|
|
+ public function selectWebsiteLinks(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteFooterCategory(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteFooterCategoryList(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteFooterCategoryInfo(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteFootInfo(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ *
|
|
|
+ */
|
|
|
+ public function getWebsiteFootAll(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteAllinfo(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteSurvey(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function addWebsiteSurveyOption(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function addWebsiteSurveyVote(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteshop(array $data);
|
|
|
+ public function getWebsiteCatidshop(array $data);
|
|
|
+
|
|
|
+ /*
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteshopCat(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteshopList(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteshopInfo(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteJobSelect(array $data);
|
|
|
+ /**
|
|
|
+ * * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteJob(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteJobList(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteJobInfo(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteJobApply(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteJobResume(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteJobRecruiting(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getPositionList(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteLevelJob(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteCategoryJob(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteBook(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteBookList(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteBookInfo(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteCompany(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteCompanyInfo(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteCompanyList(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteProject(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteProjectInfo(array $data);
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteProjectList(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // *
|
|
|
+ // */
|
|
|
+
|
|
|
+ // public function getWebsiteModelCategory(array $data);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getAdminIndex(array $data);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getTemplate(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function addTemplate(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function upTemplate(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function delTemplate(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function websiteList(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function addWebsiteCategory(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function delWebsiteCategory(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getAdminWebsiteCategory(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function upWebsiteCategory(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getWebsiteCategoryList(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function delWebsiteAllCategory(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getWebsiteCategoryOnes(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function upWebsiteCategoryones(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getWebsiteAllCategory(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function checkWebsiteName(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function checkWebsiteUrl(array $data);
|
|
|
+
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getWebsiteFootInfo(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getWebsiteFooterCategory(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getWebsiteFooterCategoryList(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getWebsiteFooterCategoryInfo(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function selectWebsiteCategory(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getWebsiteCategoryHead(array $data);
|
|
|
+
|
|
|
+
|
|
|
+ // //20250212 网站标识
|
|
|
+ // public function addWebsiteGroup(array $data);
|
|
|
+ // public function getWebsiteGroupList(array $data);
|
|
|
+ // public function deleteWebsiteGroup(array $data);
|
|
|
+ // public function getWebsiteGroupInfo(array $data);
|
|
|
+ // public function updateWebsiteGroup(array $data);
|
|
|
+ // public function getWebsiteNavList(array $data);
|
|
|
+ // /// 20250307 根据网站标识获和导航获取站点
|
|
|
+ // public function getWebsiteNavPool(array $data);
|
|
|
+ // public function getWebsiteNavPoolSite(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getAllCategory(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * 修改网站栏目排序
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function upWebsiteCategorySort(array $data);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ // // --自助建站-----------fr----------------------start
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // *
|
|
|
+ // */
|
|
|
+ // public function getWebsiteintel(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // *
|
|
|
+ // */
|
|
|
+ // public function checkWebsiteBuild(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // *
|
|
|
+ // */
|
|
|
+ // public function checkWebsiteEdit(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // *
|
|
|
+ // */
|
|
|
+ // public function upWebsiteTemplateintel(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // *
|
|
|
+ // */
|
|
|
+ // public function getAllTemplateClass(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // *
|
|
|
+ // */
|
|
|
+ // public function getWebsiteTemplateList(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // *
|
|
|
+ // */
|
|
|
+ // public function addWebsiteTemplateclassintel(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // *
|
|
|
+ // */
|
|
|
+ // public function getWebsiteTemplateclassintel(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // *
|
|
|
+ // */
|
|
|
+ // public function getWebsiteSectorList(array $data);
|
|
|
+ // // --自助建站-----------fr----------------------end
|
|
|
+
|
|
|
+ // // --底部基础信息-----------fr----------------------start
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getWebFootInfo(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // *
|
|
|
+ // */
|
|
|
+ // public function addWebFootInfo(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // *
|
|
|
+ // */
|
|
|
+ // public function upWebFootInfo(array $data);
|
|
|
+ // // --底部基础信息-----------fr----------------------end
|
|
|
+
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // *
|
|
|
+ // */
|
|
|
+ // public function getWebsiteParentCategory(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // *
|
|
|
+ // */
|
|
|
+ // public function getWebsiteFootAll(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getWebsiteHead(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getWebsiteRoute(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getWebsiteTsbb(array $data);
|
|
|
+ // public function getStaticResourceList(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getFooterCategoryList(array $data);
|
|
|
+ // public function addStaticResource(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getFooterContentList(array $data);
|
|
|
+ // public function delStaticResource(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getSizeList(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function addSize(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function delSize(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function upSize(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getSizeInfo(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getFooterContentInfo(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getWhiteRouterList(array $data);
|
|
|
+ // public function addWhiteRouter(array $data);
|
|
|
+ // public function delWhiteRouter(array $data);
|
|
|
+ // public function getWhiteRouterInfo(array $data);
|
|
|
+ // public function upWhiteRouter(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function getWebsiteAdkey(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function upStaticResource(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function cloneWebsite(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function updateWebsiteStatus(array $data);
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function upWebsiteStatus(array $data);
|
|
|
+
|
|
|
+ // /**
|
|
|
+ // * @param array $data
|
|
|
+ // * @return mixed
|
|
|
+ // */
|
|
|
+ // public function delWebsiteUrl(array $data);
|
|
|
+ // public function checkPath(array $data);
|
|
|
+}
|