Merge branch 'main' of ssh://git.njcqit.com:2222/eric/aerologic-app

This commit is contained in:
2025-12-06 15:43:05 +08:00
5 changed files with 20 additions and 13 deletions

View File

@@ -411,7 +411,7 @@ interface Api {
* 接口路径: /IntExpCheckInCheck/back
*/
@POST("IntExpCheckInCheck/back")
suspend fun backGjcInspection(@Body data: RequestBody): BaseResultBean<Boolean>
suspend fun backGjcInspection(@Query("reason") reason: String, @Body data: RequestBody): BaseResultBean<Boolean>
/**
* 条件查询-国际出港-收运审核-统计数据(总件数、总重量、运单总数)