wangchuanjin 2 жил өмнө
parent
commit
5d3d5a0950

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

@@ -101,5 +101,5 @@ func (l *CheckLogic) Check(in *pb.CheckReq) (*pb.CheckResp, error) {
 			IsNew:       data.Entniche.IsNew,
 		}
 	}
-	return &pb.CheckResp{}, nil
+	return resp, nil
 }