根据地址修复质押接口
This commit is contained in:
@@ -84,6 +84,31 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"/gapi/admin/stake_by_address": {
|
||||
"post": {
|
||||
"summary": "根据地址修复质押",
|
||||
"operationId": "StakeByAddress",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "A successful response.",
|
||||
"schema": {}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"name": "body",
|
||||
"in": "body",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"$ref": "#/definitions/StakeByAddressReq"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"admin"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/gapi/admin/stake_settle": {
|
||||
"get": {
|
||||
"summary": "软质压手动结算",
|
||||
@@ -888,6 +913,21 @@
|
||||
"isValid"
|
||||
]
|
||||
},
|
||||
"StakeByAddressReq": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "StakeByAddressReq",
|
||||
"required": [
|
||||
"address"
|
||||
]
|
||||
},
|
||||
"StakeNftList": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user