Skip to content

session_keys

Column NameTypeCommentDefaultNullRemark
idint UNSIGNEDPrimary Key IDNOAuto Increment
platform_idtinyint UNSIGNEDPlatform IDNORelated key name configs->item_key = platforms
namevarchar(64)Usage NameNO
typetinyint UNSIGNEDKey Permission TypeNO1. Main Program API / 2. Admin API / 3. Plugin API
plugin_fskeyvarchar(64)Related PluginYESPlugin API exclusive, Related field plugins->fskey
app_idchar(8)App IDNOAuto-generated
app_secretchar(32)Client SecretNOAuto-generated, encrypted storage in the database
is_read_onlytinyint UNSIGNEDIs read-only0NO0.No / 1.Yes
is_enabledtinyint UNSIGNEDIs Enabled1NO0. Disabled / 1. Enabled
remarktextRemarkYES
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Key Permission Description

  • Main program API key can request all interfaces, including plugin APIs
  • Plugin API key can only request its own plugin API

Released under the Apache-2.0 License