更改调用dify逻辑

This commit is contained in:
jie.lu
2025-08-14 10:42:36 +08:00
parent 871df8fd8c
commit 2551d415e3
2 changed files with 62 additions and 44 deletions

View File

@@ -47,7 +47,7 @@ public class ClaimVerificationFileDTO {
@AllArgsConstructor
@NoArgsConstructor
public static class ClaimVerificationFile {
private String fileId;
private String fileBusinessId;
private String fileObsPath;
private String fileType;
}