增加修正nft质押者接口

This commit is contained in:
2025-01-12 23:11:38 +08:00
parent 63925584d7
commit 2e66a9b024
6 changed files with 111 additions and 0 deletions

View File

@@ -54,6 +54,21 @@
]
}
},
"/gapi/admin/fix_nft_staker": {
"get": {
"summary": "修正 NFT 质押者",
"operationId": "FixNftStaker",
"responses": {
"200": {
"description": "A successful response.",
"schema": {}
}
},
"tags": [
"admin"
]
}
},
"/gapi/admin/nft_holder_update": {
"get": {
"summary": "NFT持有者更新",