選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- 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"`
- }
|