You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type SetAutoInspectionRequest {
AutoInspectSetting
}
type AutoInspectSetting {
SwitchOn int `form:"switchOn"` // 开关,0关闭 1开启
Time int `form:"time"` // 时间
Unit string `form:"unit"` // 单位,可选:min、hour、day
}
The text was updated successfully, but these errors were encountered:
do not guess inline member.
Then I use:
Why Member is Inline always returns true
example request api type(POST):
The text was updated successfully, but these errors were encountered: