从Google安全浏览API获得空响应

时间:2019-01-10 06:20:07

标签: google-api postman safe-browsing safe-browsing-api

我正在使用邮递员向Google安全浏览api发送发帖请求,但是我收到的空响应是状态为200正常的回信

https://safebrowsing.googleapis.com/v4/threatMatches:find?key=AIzaSyCG0_ltenJACSir1moT_4bcK4-ROCq4myc  

{
    "client": 
   {
      "clientId": "yourcompanyname",
      "clientVersion": "1.1"
    },
    "threatInfo": {
      "threatTypes":      ["MALWARE", "SOCIAL_ENGINEERING"],
      "platformTypes":    ["IOS","WINDOWS","LINUX","OSX"],
      "threatEntryTypes": ["URL"],
      "threatEntries": [
        {"url": "http://www.bbc.com/"},
        {"url": "http://www.sustainablesites.org/"},
        {"url": "http://kvsangathan.nic.in/"},
        {"url": "http://www.mca.gov.in/"},
      ]
    }
  }

0 个答案:

没有答案