diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 9363612..2057275 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -508,6 +508,13 @@
android:exported="false"
android:screenOrientation="userLandscape" />
+
+
+
+ /**
+ * 国际进港查询-详情
+ * 接口路径: /IntImpSearch/detail
+ */
+ @POST("IntImpSearch/detail")
+ suspend fun getIntImpQueryDetails(@Body data: RequestBody): BaseResultBean