feat(app): update

This commit is contained in:
Yangtao
2025-11-19 14:24:13 +08:00
parent 1eac66d7fd
commit 0c34585649
329 changed files with 10760 additions and 281 deletions

View File

@ -0,0 +1,14 @@
package response
type GetMyWithdrawPageResponse struct {
Id string `json:"id"`
UserId string `json:"user_id"`
CreateTime string `json:"create_time"`
ApplyMoney string `json:"apply_money"`
PreTax string `json:"pre_tax"`
HandleFee string `json:"handle_fee"`
TransferMoney string `json:"transfer_money"`
Status string `json:"status"`
StatusStr string `json:"status_str"`
FeedbackFailReason string `json:"feedback_fail_reason"`
}