蛋蛋星球-制度模式
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.

14 rivejä
273 B

  1. package md
  2. const (
  3. UserWalletRedisKey = "user_wallet_user:%d"
  4. )
  5. type DealUserWalletReq struct {
  6. Direction string `json:"direction"`
  7. Kind int `json:"kind"`
  8. Title string `json:"title"`
  9. Uid int64 `json:"uid"`
  10. Amount float64 `json:"amount"`
  11. }