后台用户管理新增“人工实名

This commit is contained in:
yml2213
2026-06-28 01:06:35 +08:00
parent 21aabd77f1
commit 18eba36ef9
12 changed files with 453 additions and 16 deletions
@@ -28,6 +28,12 @@ type RevokeRealnameRequest struct {
Reason string `json:"reason"`
}
type ManualRealnameRequest struct {
Name string `json:"name"`
IDNo string `json:"id_no"`
Reason string `json:"reason"`
}
type DepositFreeQuotaRequest struct {
AmountCent int64 `json:"amount_cent"`
}