feat: 国际进港原始舱单补充信息页按始发站/目的站自动匹配国家代码

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-02 16:48:40 +08:00
parent cf8a7f38fb
commit 76ace545cd
2 changed files with 51 additions and 0 deletions

View File

@@ -308,6 +308,12 @@ interface Api {
@POST("typeCode/countryCode")
suspend fun getCountryCodeList(): DictListBean
/**
* 获取国家代码(带始发站筛选)
*/
@POST("typeCode/countryCode")
suspend fun getCountryCodeListByFdep(@Query("fDep") fDep: String): DictListBean
/**
* 获取通讯方式类型
*/