modify: 手动结算软质押奖励支持指定日期
This commit is contained in:
@@ -94,8 +94,19 @@
|
||||
"schema": {}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"name": "date",
|
||||
"in": "query",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"admin"
|
||||
],
|
||||
"consumes": [
|
||||
"multipart/form-data"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -932,6 +943,18 @@
|
||||
"reward_list"
|
||||
]
|
||||
},
|
||||
"StakeSettleReq": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"date": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"title": "StakeSettleReq",
|
||||
"required": [
|
||||
"date"
|
||||
]
|
||||
},
|
||||
"StakeTaskDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user