|
|
@ -20,7 +20,6 @@ import (
|
|
|
|
"github.com/rocboss/paopao-ce/internal/dao"
|
|
|
|
"github.com/rocboss/paopao-ce/internal/dao"
|
|
|
|
"github.com/rocboss/paopao-ce/internal/dao/cache"
|
|
|
|
"github.com/rocboss/paopao-ce/internal/dao/cache"
|
|
|
|
"github.com/rocboss/paopao-ce/pkg/app"
|
|
|
|
"github.com/rocboss/paopao-ce/pkg/app"
|
|
|
|
"github.com/rocboss/paopao-ce/pkg/types"
|
|
|
|
|
|
|
|
"github.com/rocboss/paopao-ce/pkg/xerror"
|
|
|
|
"github.com/rocboss/paopao-ce/pkg/xerror"
|
|
|
|
"github.com/sirupsen/logrus"
|
|
|
|
"github.com/sirupsen/logrus"
|
|
|
|
)
|
|
|
|
)
|
|
|
@ -37,10 +36,6 @@ type DaoServant struct {
|
|
|
|
Redis core.RedisCache
|
|
|
|
Redis core.RedisCache
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type BaseBinding types.Empty
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type BaseRender types.Empty
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type JsonResp struct {
|
|
|
|
type JsonResp struct {
|
|
|
|
Code int `json:"code"`
|
|
|
|
Code int `json:"code"`
|
|
|
|
Msg string `json:"msg,omitempty"`
|
|
|
|
Msg string `json:"msg,omitempty"`
|
|
|
|