|
|
1
6
A class is unsuitable for declaring a type that represents an HTTP response. Use interface or type instead 因为从HTTP请求得到的反序列化JSON值永远不会是类的实例
|
|
2
0
|
|
|
3
0
我认为这是一个主观的问题,所以我会分享我的经验,当我有一个类似的情况。
如下所示:
所以基本上我不用这么做
|