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