Explorar o código

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

15313670163 hai 14 horas
pai
achega
cadb75c9b4
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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