浏览代码

建立获取招工招聘下拉框内容接口

15313670163 1 月之前
父节点
当前提交
cadb75c9b4
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      app/JsonRpc/NewsService.php

+ 8 - 0
app/JsonRpc/NewsService.php

@@ -503,6 +503,14 @@ class NewsService extends AbstractServiceClient implements NewsServiceInterface
     {
         return $this->__request(__FUNCTION__, $data);
     }
+    /**
+     * @param array $data
+     * @return mixed
+     */
+    public function getWebsiteJobSelect(array $data) 
+    {
+        return $this->__request(__FUNCTION__, $data);
+    }
     /**
      * @param array $data
      * @return mixed