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

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

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