feat: opt del reason
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user