We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd886d commit d38e750Copy full SHA for d38e750
miniprogram/urlscheme/urlscheme.go
@@ -54,6 +54,7 @@ type USParams struct {
54
ExpireType TExpireType `json:"expire_type"`
55
ExpireTime int64 `json:"expire_time"`
56
ExpireInterval int `json:"expire_interval"`
57
+ IsExpire bool `json:"is_expire,omitempty"`
58
}
59
60
// USResult 返回的结果
0 commit comments