记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
154d4bca
Commit
154d4bca
authored
Mar 16, 2022
by
anjiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改nft发行接口
parent
fd4df992
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
GalaxySeriesInfoBo.java
...m/liquidnet/service/galaxy/dto/bo/GalaxySeriesInfoBo.java
+8
-7
No files found.
liquidnet-bus-api/liquidnet-service-galaxy-api/src/main/java/com/liquidnet/service/galaxy/dto/bo/GalaxySeriesInfoBo.java
View file @
154d4bca
...
@@ -37,9 +37,9 @@ public class GalaxySeriesInfoBo implements Serializable,Cloneable {
...
@@ -37,9 +37,9 @@ public class GalaxySeriesInfoBo implements Serializable,Cloneable {
*/
*/
private
Long
crtCount
;
private
Long
crtCount
;
/**
/**
* nft素材地址
* nft素材
原始
地址
*/
*/
private
String
nftUrl
;
private
String
nft
Original
Url
;
/**
/**
* 系列发布状态
* 系列发布状态
*/
*/
...
@@ -56,11 +56,12 @@ public class GalaxySeriesInfoBo implements Serializable,Cloneable {
...
@@ -56,11 +56,12 @@ public class GalaxySeriesInfoBo implements Serializable,Cloneable {
/**
/**
* nft名字(sku名称),中英文数字均可,不超过256个字符
* nft名字(sku名称),中英文数字均可,不超过256个字符
*/
*/
private
String
name
;
private
String
nftName
;
/**
/**
* nft
Url,不超过1024个字符
* nft
素材地址
*/
*/
private
String
u
rl
;
private
String
nftU
rl
;
/**
/**
* 预览图url,不超过1024个字符。(至信链浏览器展示预览图尺寸为290*290,请上传比例为1:1的图片)
* 预览图url,不超过1024个字符。(至信链浏览器展示预览图尺寸为290*290,请上传比例为1:1的图片)
...
@@ -70,13 +71,13 @@ public class GalaxySeriesInfoBo implements Serializable,Cloneable {
...
@@ -70,13 +71,13 @@ public class GalaxySeriesInfoBo implements Serializable,Cloneable {
/**
/**
* nft简介,500个字符以内
* nft简介,500个字符以内
*/
*/
private
String
d
esc
;
private
String
nftD
esc
;
/**
/**
* 标签,【文创】,游戏,动漫,30个字符以内
* 标签,【文创】,游戏,动漫,30个字符以内
* 非必填
* 非必填
*/
*/
private
String
f
lag
;
private
String
nftF
lag
;
/**
/**
* 可售状态下有意义,表示售卖多少积分
* 可售状态下有意义,表示售卖多少积分
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment