@@ -27,7 +27,6 @@ func NewCheckLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CheckLogic
// 用户权限判断
func (l *CheckLogic) Check(in *pb.CheckReq) (*pb.CheckResp, error) {
- // todo: add your logic here and delete this line
resp := &pb.CheckResp{}
power := service.NewPower(&entity.Conn{
Mysql: entity.Mysql,