This commit is contained in:
cdle 2021-08-21 09:42:54 +08:00
parent 1b5eedba84
commit 81ee962644

View File

@ -269,8 +269,8 @@ var handleMessage = func(msgs ...interface{}) interface{} {
b++
}
}
if b <= 0 {
return "许愿币不足"
if b < 5 {
return "许愿币不足5个许愿币起步。"
} else {
(&JdCookie{}).Push(fmt.Sprintf("%d许愿%s许愿币余额%d。", uid, v, b))
return "收到许愿"