- package vo
- type RechargeParam struct {
- EnterpriseId string `json:"enterprise_id"` // 企业id
- SubAccountId int64 `json:"sub_account_id"`
- RechargeState int64 `json:"recharge_state"` // 充值状态(1充值待确认 2已充值 3充值失败)
- Page int `json:"page"`
- PageSize int `json:"page_size"`
- }
|