瀏覽代碼

系统消息

rkljw 4 天之前
父節點
當前提交
f53dee4ffa
共有 2 個文件被更改,包括 485 次插入316 次删除
  1. 480 316
      app/JsonRpc/NewsService.php
  2. 5 0
      app/JsonRpc/NewsServiceInterface.php

文件差異過大導致無法顯示
+ 480 - 316
app/JsonRpc/NewsService.php


+ 5 - 0
app/JsonRpc/NewsServiceInterface.php

@@ -447,4 +447,9 @@ interface NewsServiceInterface
      * @return array
      */
     public function getWebsiteProjectList(array $data):array;
+    /**
+     * @param array $data
+     * @return array
+     */
+    public function getWebsiteCategoryJob(array $data):array;
 }

部分文件因文件數量過多而無法顯示