改成POST
落伍了 get 请求 参数还写 了jobject ,post
要get 就具体的 ?aa=xx&xxx=xx 参数对应
错误提示很明显,Get请求 不支持 body 参数。改用HttpPost
另外.net core 3.0不再支持JObject返回了,因为内部实现一套内置的Json序列化替代了原来的 NewtonSoft.Json。
可以replace掉默认实现
https://stackoverflow.com/questions/58072703/jsonresultobject-causes-the-collection-type-newtonsoft-json-linq-jtoken-is
get只支持key value 字符串