feat: opt del reason

This commit is contained in:
2025-12-15 14:10:08 +08:00
parent 23185616d1
commit 2fa567f2d2
8 changed files with 30 additions and 16 deletions

View File

@@ -1452,7 +1452,7 @@ interface Api {
/**
* 获取删除原因列表
*/
@GET("typeCode/delReason")
@POST("typeCode/delReason")
suspend fun getDelReasonList(@Query("needFormat") needFormat: Boolean = true): BaseResultBean<List<DictBean>>
@GET("file/verifyVersion")