请帮我处理GET
请求参数。
问题:如何在 Google Custom Search API 中启用图片搜索?
手册在这里,但它只适用于网络搜索。
例如,使用文本花进行网络搜索会返回:
{https://www.googleapis.com/customsearch/v1?key={MY-KEY}&cx=013036536707430787589:_pqjad5hr1a&q=flowers&alt=json}
图片搜索应该有额外的参数searchType=image
{https://www.googleapis.com/customsearch/v1?key={MY-KEY}&cx=013036536707430787589:_pqjad5hr1a&q=flowers&searchType=image&alt=json}
但它返回带有 0 个搜索结果的 JSON。
请告诉我我做错了什么。提前致谢。