Преглед на файлове

Merge branch 'master' of http://192.168.1.234:3000/FengR/admin_consumer

FengR преди 3 седмици
родител
ревизия
62132b5ae7
променени са 2 файла, в които са добавени 50 реда и са изтрити 9 реда
  1. 1 1
      app/Controller/AuthorityController.php
  2. 49 8
      app/JsonRpc/NewsServiceInterface.php

+ 1 - 1
app/Controller/AuthorityController.php

@@ -174,5 +174,5 @@ class AuthorityController extends AbstractController
         $rep = PublicData::buildMenuTree($result['data']);
         return $rep?Result::success($rep):Result::error("查询失败");
     }
-
+// 11122
 }

+ 49 - 8
app/JsonRpc/NewsServiceInterface.php

@@ -260,20 +260,61 @@ interface NewsServiceInterface
    * @return mixed
    */
   public function getJobResumeList(array $data);
-
-
   /**
    * @param array $data
    * @return mixed
    */
-  // public function getWebsiteTsbb(array $data);
-  // public function getWebsiteTsbbList(array $data);
-  // public function getWebsiteTsbbDetail(array $data);
-
+  public function getWebsiteJobSelect(array $data);
 
+  /**
+   * @param array $data
+   * @return mixed
+   */
+  public function getWebsiteTsbb(array $data);
+  public function getWebsiteTsbbList(array $data);
+  public function getWebsiteTsbbDetail(array $data);
 
- 
-
+  public function getWebsiteCatidshop(array $data);
+  /**
+   * @param array $data
+   * @return mixed
+   */
+  public function getWebsiteLevelJob(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 getWebsiteCategoryJob(array $data);
 
 
   /**