Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- package md
-
- const (
- UserWalletRedisKey = "user_wallet_user:%d"
- )
-
- type DealUserWalletReq struct {
- Direction string `json:"direction"`
- Kind int `json:"kind"`
- Title string `json:"title"`
- Uid int64 `json:"uid"`
- Amount float64 `json:"amount"`
- }
|