新功能(#18): 用户提现记录支持区分提现和退佣 (#18)

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
2026-06-10 00:19:12 -07:00
committed by GitHub
parent 9b5ff89ee8
commit f5ad26b943
5 changed files with 279 additions and 7 deletions
+21
View File
@@ -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",