Kaynağa Gözat

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

15313670163 1 gün önce
ebeveyn
işleme
cadb75c9b4
1 değiştirilmiş dosya ile 8 ekleme ve 0 silme
  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