Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -1678,6 +1678,16 @@
|
||||
"required": true,
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
{
|
||||
"name": "biz_type",
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"withdrawal",
|
||||
"commission_refund"
|
||||
]
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
@@ -5121,6 +5131,13 @@
|
||||
"size": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"biz_type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"withdrawal",
|
||||
"commission_refund"
|
||||
]
|
||||
}
|
||||
},
|
||||
"title": "QueryWithdrawalLogListRequest",
|
||||
@@ -7168,11 +7185,15 @@
|
||||
"updated_at": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"biz_type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"title": "WithdrawalLog",
|
||||
"required": [
|
||||
"id",
|
||||
"biz_type",
|
||||
"user_id",
|
||||
"amount",
|
||||
"content",
|
||||
|
||||
Reference in New Issue
Block a user