feat: fix form

This commit is contained in:
2026-03-20 15:30:12 +08:00
parent a663609eeb
commit 6c4e97945b
3 changed files with 11 additions and 2 deletions

View File

@@ -302,6 +302,12 @@ interface Api {
@POST("typeCode/countryType")
suspend fun getAreaTypeList(): DictListBean
/**
* 获取国家代码
*/
@POST("typeCode/countryCode")
suspend fun getCountryCodeList(): DictListBean
/**
* 获取通讯方式类型
*/