package jwt type Config struct { Secret string `comment:"密钥"` Expire int64 `comment:"超时时间(秒)"` }