记得上下班打卡 | git大法好,push需谨慎

Commit 0b58aeff authored by anjiabin's avatar anjiabin

修改nft发行接口

parent bf35a37c
......@@ -40,7 +40,7 @@ public class GalaxyArtSeriesClaimReqDto extends GalaxyBaseReqDto implements Seri
@ApiModelProperty(position = 1, required = true, value = "nftUrl(对应素材上传中materialAccessUrl),不超过500个字符")
@NotBlank(message = "url不能为空!")
@Size(max = 500, message = "nftUrl,不超过500个字符")
private String url;
private String nftUrl;
@ApiModelProperty(position = 1, required = true, value = "预览图url,不超过500个字符(至信链浏览器展示预览图尺寸为290*290,请上传比例为1:1的图片)")
@NotBlank(message = "预览图url不能为空!")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment