接口地址:https://api.uomg.com/api/collect.sogou
返回格式:json
请求方式:get/post
请求示例:https://api.uomg.com/api/collect.sogou?url=http://api.uomg.com/doc-qrcode.pay.html
请求参数说明:
名称 | 必填 | 类型 | 说明 | |
---|---|---|---|---|
url | 是 | string | 需要查询的网址,如:http://api.uomg.com/doc-qrcode.pay.html |
返回参数说明:
名称 | 类型 | 说明 | |
---|---|---|---|
code | string | 返回的状态码 | |
url | string | 返回查询的网址 | |
msg | string | 返回提示信息! |
返回示例:
{ "code": 1, "url": "http://api.uomg.com/doc-qrcode.pay.html", "msg": "该网址已被收录!" }