摘要:
正常是可以获取数据的,不过这次抛了异常,异常信息如下 The character set provided in ContentType is invalid. Cannot read content as string using an invalid character set 解决办法: 代码 阅读全文
摘要:
https://stackoverflow.com/questions/49588205/should-restclient-be-singleton-or-new-for-every-request Q1: should I use singleton pattern for RestClient 阅读全文