feat: 积分质押增加字段
This commit is contained in:
@@ -1596,6 +1596,10 @@
|
||||
"format": "int32",
|
||||
"description": " 精灵等级"
|
||||
},
|
||||
"elf_name": {
|
||||
"type": "string",
|
||||
"description": " 精灵名称"
|
||||
},
|
||||
"points": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
@@ -1612,11 +1616,13 @@
|
||||
"description": " 续期天数"
|
||||
},
|
||||
"start_time": {
|
||||
"type": "string",
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"description": " 开始时间"
|
||||
},
|
||||
"end_time": {
|
||||
"type": "string",
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"description": " 结束时间"
|
||||
},
|
||||
"can_renew": {
|
||||
@@ -1630,6 +1636,7 @@
|
||||
"id",
|
||||
"title",
|
||||
"level",
|
||||
"elf_name",
|
||||
"points",
|
||||
"days",
|
||||
"renew_days",
|
||||
|
||||
Reference in New Issue
Block a user