fix: 充值失败

This commit is contained in:
zhangds 2024-05-31 17:21:15 +08:00
parent 763e1054e4
commit b6f50bcd01
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
case 3: case 3:
return "充值失败" return "充值失败"
case 4: case 4:
return "充值异常" return "充值失败"
default: default:
return "" return ""
} }