【数据资产】
1、图片上传
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -61,6 +61,6 @@ public class EnterpriseRegisterRQVO { | ... | @@ -61,6 +61,6 @@ public class EnterpriseRegisterRQVO { |
| 61 | private EnterpriseSubordinateRQVO extendInfo; | 61 | private EnterpriseSubordinateRQVO extendInfo; |
| 62 | 62 | ||
| 63 | @Schema(title = "法人用户身份附件信息") | 63 | @Schema(title = "法人用户身份附件信息") |
| 64 | private List<AttachmentCommonVO> attachInfos; | 64 | private List<AttachmentCommonVO> attachInfo; |
| 65 | 65 | ||
| 66 | } | 66 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -404,7 +404,7 @@ public class DataPortServiceImpl implements DataPortService { | ... | @@ -404,7 +404,7 @@ public class DataPortServiceImpl implements DataPortService { |
| 404 | attachInfo.setVerifyUrl(jsonObject.getString("url")); | 404 | attachInfo.setVerifyUrl(jsonObject.getString("url")); |
| 405 | attachInfos.add(attachInfo); | 405 | attachInfos.add(attachInfo); |
| 406 | } | 406 | } |
| 407 | enterpriseRegisterRQVO.setAttachInfos(attachInfos); | 407 | enterpriseRegisterRQVO.setAttachInfo(attachInfos); |
| 408 | } | 408 | } |
| 409 | } | 409 | } |
| 410 | 410 | ... | ... |
-
Please register or sign in to post a comment