我试图将List输出为IEnumerable而在浏览器中我收到此错误
发生了错误。 ' ObjectContent1'类型无法序列化响应正文 内容类型' application / xml;字符集= UTF-8'
因此,对于我使用
的网络Api的网址cursor.execute("SELECT name, population FROM world where name = %s", [country_name])
Web Api控制器方法
http://localhost/CoreWebApi/api/reference/GetAcademicLevels
所以NORMALLY这将从内部用RESTSHARP调用,就像HTTPCLIENT一样,所以这个消息可能不重要吗?