We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac02a56 commit 0cebccaCopy full SHA for 0cebcca
1 file changed
niu/main.go
@@ -347,7 +347,7 @@ func ShowAuction(gid int64) ([]AuctionInfo, error) {
347
}
348
349
// Auction 购买牛牛
350
-func Auction(gid, uid int64, index int) (string, error) {
+func Auction(gid, uid int64, index int) (string, error) {
351
infos, err := db.getAllNiuNiuAuction(gid)
352
if err != nil {
353
return "", ErrNoNiuNiuINAuction
0 commit comments