Преглед на файлове

add is_expire field for generateScheme (#808)

Lien Li преди 1 година
родител
ревизия
d38e750876
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      miniprogram/urlscheme/urlscheme.go

+ 1 - 0
miniprogram/urlscheme/urlscheme.go

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