Skip to content

Commit

Permalink
增加获取网页图片接口
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Dec 23, 2020
1 parent 31a2234 commit f52df9f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/request/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -2227,6 +2227,14 @@ class WebsiteTop extends Request
{
}

/**
* @method $this withUrl($value)
* @method $this withFormat($value)
*/
class WebsiteHtmlpic extends Request
{
}

/**
* @method $this withUrl($value)
*/
Expand Down Expand Up @@ -2721,6 +2729,7 @@ class XnbIndex extends Request
* @method WebsiteWhoisReverse websiteWhoisReverse() whois反查
* @method WebsiteTop websiteTop() 网站排行榜
* @method WebsiteHtmltext websiteHtmltext() 获取网页文章/新闻全文内容
* @method WebsiteHtmlpic websiteHtmlpic() 获取网页图片
* @method WebsiteUrl2pic websiteUrl2pic() 网址转换为图片及PDF
* @method WechatChoice wechatChoice() 微信公众号精选文章
* @method WechatSearch wechatSearch() 微信文章搜索
Expand Down

0 comments on commit f52df9f

Please sign in to comment.