gpt4 book ai didi

iphone - Bing Api 不适合我

转载 作者:可可西里 更新时间:2023-11-01 04:02:55 24 4
gpt4 key购买 nike

我正在使用 Bing Api,我的问题很简单。我已经生成了 App key,但是我在控制台输出错误。

我正在使用它进行 JSON 响应

NSString *urlString=[NSString stringWithFormat:@"%@%@%@%@",
@"http://api.search.live.net/json.aspx?Appid=xxxxxxxaxkOatx66TB+CX8qJUIZw=&query=",
text,@"sources=web&web.offset=",offValue];


NSLog(@"%@",urlString);

NSURL *url=[NSURL URLWithString:urlString];
NSData *data=[NSData dataWithContentsOfURL:url];

打印respose时的输出是

SearchResponse =     {
Errors = (
{
Code = 1002;
HelpUrl = "http://msdn.microsoft.com/en-us/library/dd251042.aspx";
Message = "Parameter has invalid value.";
Parameter = "SearchRequest.AppId";
Value = "zKHS8Fm WcwlhCFh8oYWcs VyUYddig=";
}
);
Query = {
SearchTerms = iphone;
};
Version = "2.2";
};

此错误背后的原因是什么?

谢谢大家。

最佳答案

您正在阅读的在服务器请求中发送的参数包含拼写错误。请提供类似于服务器实现的正确名称。只需要求服务器代码团队提供请求参数名称,并给出正确的命名约定。它将修复问题。请求应该是键值对,而不是像所有值都用逗号分隔的字符串。请给出正确的请求格式。

关于iphone - Bing Api 不适合我,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12742727/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com