feat: add charge

This commit is contained in:
Rogee
2024-12-12 17:59:30 +08:00
parent 1bc12248aa
commit 259b334711
11 changed files with 143 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
package users
type UserInfo struct {
Balance int64 `json:"balance"`
}