|
|
@@ -36,7 +36,7 @@ type DestructionSettingStruct struct { |
|
|
|
} |
|
|
|
|
|
|
|
type WithdrawFrequencySettingStruct struct { |
|
|
|
Duration int `json:"duration"` // 周期 (0.天 1.小时 2.周 3.天 4.月 5.年) |
|
|
|
Duration int `json:"duration"` // 周期 (0.天 1.小时 2.周 3.月 4.年) |
|
|
|
Num int `json:"num"` // 周期数 |
|
|
|
} |
|
|
|
|
|
|
|