Cookie加入到数据库中

This commit is contained in:
苏尹岚
2020-03-02 14:44:35 +08:00
parent a6f264d6b6
commit 7b66a66f3e
3 changed files with 28 additions and 16 deletions

View File

@@ -7,6 +7,7 @@ const (
ConfigTypeBank = "Bank"
ConfigTypeRole = "Role"
ConfigTypeJxStore = "JxStore"
ConfigTypeCookie = "Cookie"
)
const (
@@ -24,6 +25,7 @@ var (
ConfigTypeBank: "银行",
ConfigTypeRole: "角色",
ConfigTypeJxStore: "京西商城",
ConfigTypeCookie: "Cookie",
}
)