From 0cebcca1480130c0b8d51b9b7cd0c6d48c9e7da7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:45:19 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E6=94=B9=E8=BF=9B=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A0=B7=E5=BC=8F=20(#69)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- niu/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niu/main.go b/niu/main.go index c960206..6388b0e 100644 --- a/niu/main.go +++ b/niu/main.go @@ -347,7 +347,7 @@ func ShowAuction(gid int64) ([]AuctionInfo, error) { } // Auction 购买牛牛 -func Auction(gid, uid int64, index int) (string, error) { +func Auction(gid, uid int64, index int) (string, error) { infos, err := db.getAllNiuNiuAuction(gid) if err != nil { return "", ErrNoNiuNiuINAuction