1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

add is_expire field for generateScheme (#808)

This commit is contained in:
Lien Li
2025-01-03 10:32:30 +08:00
committed by GitHub
parent 3bd886d7f2
commit d38e750876

View File

@@ -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 返回的结果