From 4338653110023dc86ec56b5394c9e9f27cad2af4 Mon Sep 17 00:00:00 2001 From: "yan.y" Date: Wed, 21 May 2025 11:47:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=93=E9=87=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/api/pet.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/business/api/pet.go b/business/api/pet.go index 911361f..ee10c0c 100644 --- a/business/api/pet.go +++ b/business/api/pet.go @@ -15,7 +15,7 @@ import ( ) var CatWeightMap = map[int]string{ - 1: "0-1.5kg", + //1: "0-1.5kg", 2: "0-3kg", 3: "3-5kg", 4: "5-8kg", @@ -29,6 +29,7 @@ var DogWeightMap = map[int]string{ 5: "13-18kg", 6: "18-22kg", 7: "22-30kg", + 8: "0-3kg", } type UserPetInfo struct {