浏览代码

系统消息

rkljw 1 天之前
父节点
当前提交
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;
 }

部分文件因为文件数量过多而无法显示