Skip to content

session_keys

Column NameTypeCommentDefaultNullRemark
idint UNSIGNEDPrimary Key IDNOAuto Increment
platform_idtinyint UNSIGNEDPlatform IDNOplatforms
namevarchar(64)Usage NameNO
typetinyint UNSIGNEDKey Permission TypeNO1. Main Program API / 2. Admin API / 3. Plugin API
app_fskeyvarchar(64)Related PluginYESPlugin API exclusive, Related field apps->fskey
app_idchar(8)App IDNOAuto-generated
app_keychar(32)Client KeyNOAuto-generated
is_read_onlytinyint UNSIGNEDIs read-only0NO0.No / 1.Yes
is_enabledtinyint UNSIGNEDIs Enabled1NO0. Disabled / 1. Enabled
remarktextRemarkYES
created_attimestampCreate TimeuseCurrentNOFor example, MySQL defaults to CURRENT_TIMESTAMP
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