Skip to content

Commit d38e750

Browse files
authored
add is_expire field for generateScheme (#808)
1 parent 3bd886d commit d38e750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

miniprogram/urlscheme/urlscheme.go

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ type USParams struct {
5454
ExpireType TExpireType `json:"expire_type"`
5555
ExpireTime int64 `json:"expire_time"`
5656
ExpireInterval int `json:"expire_interval"`
57+
IsExpire bool `json:"is_expire,omitempty"`
5758
}
5859

5960
// USResult 返回的结果

0 commit comments

Comments
 (0)