Skip to content

Commit

Permalink
add is_expire field for generateScheme (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilien1010 authored Jan 3, 2025
1 parent 3bd886d commit d38e750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miniprogram/urlscheme/urlscheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ type USParams struct {
ExpireType TExpireType `json:"expire_type"`
ExpireTime int64 `json:"expire_time"`
ExpireInterval int `json:"expire_interval"`
IsExpire bool `json:"is_expire,omitempty"`
}

// USResult 返回的结果
Expand Down

0 comments on commit d38e750

Please sign in to comment.