Modify the input parameter information of some interfaces, and some fields are not required.
Former-commit-id: 1909b103840b716894c8749e5bcbac13d81ecd06
This commit is contained in:
parent
373a347ea6
commit
1631dc2042
|
@ -562,8 +562,8 @@ type SaveHashcatReq {
|
|||
CrackEstimatedTime string `json:"crackEstimatedTime"` // 预计时间
|
||||
CrackProgress string `json:"crackProgress"` // 进度
|
||||
CrackResult string `json:"crackResult"` // 结果
|
||||
Started string `json:"started"` // 开始时间
|
||||
Stopped string `json:"stopped"` // 结束时间
|
||||
Started string `json:"started,optional"` // 开始时间
|
||||
Stopped string `json:"stopped,optional"` // 结束时间
|
||||
KernelFeature string `json:"kernelFeature"`
|
||||
HashMode string `json:"hashMode"`
|
||||
Rejected string `json:"rejected"`
|
||||
|
|
|
@ -525,8 +525,8 @@ type SaveHashcatReq struct {
|
|||
CrackEstimatedTime string `json:"crackEstimatedTime"` // 预计时间
|
||||
CrackProgress string `json:"crackProgress"` // 进度
|
||||
CrackResult string `json:"crackResult"` // 结果
|
||||
Started string `json:"started"` // 开始时间
|
||||
Stopped string `json:"stopped"` // 结束时间
|
||||
Started string `json:"started,optional"` // 开始时间
|
||||
Stopped string `json:"stopped,optional"` // 结束时间
|
||||
KernelFeature string `json:"kernelFeature"`
|
||||
HashMode string `json:"hashMode"`
|
||||
Rejected string `json:"rejected"`
|
||||
|
|
Loading…
Reference in New Issue