Jelajahi Sumber

feat: 注释删除

zhangxinlei1996 2 tahun lalu
induk
melakukan
c75817e849
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      rpc/internal/logic/checklogic.go

+ 0 - 1
rpc/internal/logic/checklogic.go

@@ -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,