当我添加此对象“今天”时,它不会打印输出(logcat)。但我需要使用对象并显示输出。如何使用此对象获取此数据?
APIService.java
ui->textEdit->append(("Hello World"));
GetData功能
import myfunction
myfunction()
JSON数据
public interface APIService{
@GET("learn/schdeule.json")
Call<List<Schedule>>getScheduleData();
}