android使用retrofit2混淆后出现解析失败的原因:实体类数据,不要混淆,BaseResponse 放到bean包下面,然后在-keep class 包名.bean.*{;} 就行了,忽略全部bean类