我在这里找到解决方案
return new HttpResponseMessage() { Content = new StringContent(json, System.Text.Encoding.UTF8, "application/json")};
我在这里找到解决方案
return new HttpResponseMessage() { Content = new StringContent(json, System.Text.Encoding.UTF8, "application/json")};