yeepay_yop_link_detail
Retrieve detailed content from Yeepay's YOP platform subpages or external links by providing the URL for comprehensive information extraction.
Instructions
通过此工具,获取易宝支付开放平台(YOP)的各个子页面或者外部链接的详细内容,内容中包含链接时可以调用工具yeepay_yop_link_detail进一步获取其详细内容
Args: url: str - 易宝支付开放平台(YOP)的子页面的URL地址
Returns: str: 易宝支付开放平台(YOP)的各个子页面的详细内容
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"title": "yeepay_yop_link_detailArguments",
"type": "object"
}