- 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()
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
}, debug)
if err != nil {

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

Loading…
Cancel
Save