ソースを参照

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

FengR 3 週間 前
コミット
62132b5ae7

+ 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);
 
 
   /**