增加提取castile到游戏的逻辑。
This commit is contained in:
@@ -1945,7 +1945,7 @@
|
||||
"list": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/TransferToGameLog"
|
||||
"$ref": "#/definitions/TransferCastileToGameResp"
|
||||
},
|
||||
"description": " 列表"
|
||||
}
|
||||
@@ -1994,42 +1994,18 @@
|
||||
"format": "int64",
|
||||
"description": " 数量"
|
||||
},
|
||||
"elf_name": {
|
||||
"type": "string",
|
||||
"status": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"description": " 状态"
|
||||
}
|
||||
},
|
||||
"title": "TransferCastileToGameResp"
|
||||
},
|
||||
"TransferToGameLog": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": " id"
|
||||
},
|
||||
"role_id": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"description": " 角色id"
|
||||
},
|
||||
"amount": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"description": " 数量"
|
||||
},
|
||||
"elf_name": {
|
||||
"type": "string",
|
||||
"description": " 状态"
|
||||
}
|
||||
},
|
||||
"title": "TransferToGameLog",
|
||||
"title": "TransferCastileToGameResp",
|
||||
"required": [
|
||||
"id",
|
||||
"role_id",
|
||||
"amount",
|
||||
"elf_name"
|
||||
"status"
|
||||
]
|
||||
},
|
||||
"UnStakeNftReq": {
|
||||
|
||||
Reference in New Issue
Block a user