feat: 对接国际进港电报解析生成接口

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 15:39:28 +08:00
parent e12e0db7be
commit 3f56614df8
2 changed files with 14 additions and 8 deletions

View File

@@ -1714,10 +1714,10 @@ interface Api {
suspend fun getIntImpMsgList(@Body data: RequestBody): PageInfo<MsgReceivePool>
/**
* 批量生成电报
* 解析电报(电报生成)
*/
@POST("IntImpMsg/batchGenerate")
suspend fun batchGenerateMsg(@Body data: RequestBody): BaseResultBean<SimpleResultBean>
@POST("IntImpMsg/analyseMsg")
suspend fun analyseMsg(@Body data: RequestBody): BaseResultBean<Boolean>
///////////////////////////////////////////////////////////////////////////
// 国际进港-原始舱单