标签: java android retrofit
公共接口GetDataService {
@Headers("X-RapidAPI-Key: ------------") @GET("/cards") Call<List<RetroCards>> getAllCards();
}
我是这样做的,但是当我运行项目时,它给出了这样的错误: 原因:元素== null