修改条件限速

修改数据上传下载地址
This commit is contained in:
squallzhjch
2023-05-19 17:23:45 +08:00
parent ebe5ecc689
commit 00f39555ab
8 changed files with 89 additions and 10 deletions

View File

@@ -50,13 +50,13 @@ interface RetrofitNetworkServiceAPI {
@Url url: String
): Response<ResponseBody>
@GET("/devcp/task?evaluatType=2")
@GET("/devcp/getEvaluationTask?evaluatType=2")
suspend fun retrofitGetTaskList(
@Query("evaluatorNo") evaluatorNo: String,
): Response<DefaultTaskResponse<List<TaskBean>>>
@Headers("Content-Type: application/json")
@POST("/devcp/upload")
@POST("/devcp/uploadSceneProblem")
suspend fun postRequest(@Body listEvaluationInfo: List<EvaluationInfo>?): Response<ResponseBody>
/**