Преглед изворни кода

完成获取、添加职位初步完成

15313670163 пре 1 месец
родитељ
комит
bca8930d86
1 измењених фајлова са 16 додато и 0 уклоњено
  1. 16 0
      app/JsonRpc/NewsService.php

+ 16 - 0
app/JsonRpc/NewsService.php

@@ -221,4 +221,20 @@ class NewsService extends AbstractServiceClient implements NewsServiceInterface
     {
         return $this->__request(__FUNCTION__, $data);
     }
+    /**
+     * @param array $data
+     * @return mixed
+     */
+    public function getJobRecruitingList(array $data)
+    {
+        return $this->__request(__FUNCTION__, $data);
+    }
+    /**
+     * @param array $data
+     * @return mixed
+     */
+    public function addRecruit(array $data)
+    {
+        return $this->__request(__FUNCTION__, $data);
+    }
 }