我有这样的改造服务publicinterfaceBrandsService{@GET("listBrand")Call>getBrands();}然后我有一个存储库来从这样的api获取数据publicclassBrandsRepository{publicstaticfinalStringTAG="BrandsRepository";MutableLiveData>mutableLiveData;Retrofitretrofit;@InjectpublicBrandsRepository(Retrofitretrofit){this.retrofit=retrofit;}publicL