You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package md
-
- const (
- UserVirtualAmountRedisKey = "user_virtual_amount:%d:user:%d"
- )
-
- type DealUserVirtualCoinReq struct {
- Kind string `json:"kind"`
- Title string `json:"title"`
- TransferType int `json:"transfer_type"`
- CoinId int `json:"coin_id"`
- Uid int64 `json:"uid"`
- Amount float64 `json:"amount"`
- }
|