feat: 对接国际进港电报解析生成接口
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// 国际进港-原始舱单
|
||||
|
||||
Reference in New Issue
Block a user