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")

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/backgroud_gray" />
<corners android:radius="10dp" />
</shape>