LianjiaTech / retrofit-spring-boot-starter

A spring-boot starter for retrofit, supports rapid integration and feature enhancements.(适用于retrofit的spring-boot-starter,支持快速集成和功能增强)
Apache License 2.0
1.78k stars 340 forks source link

怎么添加对响应内容的预处理 #183

Open CtrlAndZ opened 1 month ago

CtrlAndZ commented 1 month ago

比如请求的接口以json格式响应内容,而这一批接口都有固定格式:

{
    "code": 200,
    "data": {},
    "msg": null
}

而其中code 为200表示正常,不为两百能抛出msg异常,数据响应可以解包,直接返回其中的data