1
This commit is contained in:
20
common/global/adm.go
Normal file
20
common/global/adm.go
Normal file
@ -0,0 +1,20 @@
|
||||
package global
|
||||
|
||||
const (
|
||||
// Version go-admin version info
|
||||
Version = "2.1.2"
|
||||
)
|
||||
|
||||
var (
|
||||
// Driver 数据库驱动
|
||||
Driver string
|
||||
)
|
||||
|
||||
const (
|
||||
//钱包 回调配置
|
||||
SYS_CONFIG_CALLBACK = "CoinGateCallBack"
|
||||
//钱包 取消配置
|
||||
SYS_CONFIG_CANCECL = "CoinGateCancel"
|
||||
////钱包 成功配置
|
||||
SYS_CONFIG_SUCCESS = "CoinGateSuccess"
|
||||
)
|
||||
Reference in New Issue
Block a user