- update log

master v1.0.15
李光春 2 years ago
parent 4714174013
commit 6486410d35

@ -61,7 +61,7 @@ func NewClient(componentAppId, componentAppSecret, messageToken, messageKey stri
gormClient := gormClientFun() gormClient := gormClientFun()
if gormClient.Db != nil { if gormClient.Db != nil {
c.log.logGormClient, err = golog.NewApiGormClient(func() (client *dorm.GormClient, tableName string) { c.log.logGormClient, err = golog.NewApiGormClient(func() (*dorm.GormClient, string) {
return gormClient, logTable return gormClient, logTable
}, debug) }, debug)
if err != nil { if err != nil {

@ -8,4 +8,4 @@ const (
logTable = "wechatopen" logTable = "wechatopen"
) )
const Version = "1.0.14" const Version = "1.0.15"

Loading…
Cancel
Save