From 1a2cc9039c1cf18201fd55bef0ef5623a435cf58 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Thu, 21 Sep 2023 09:34:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E9=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/logic/Zone.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/logic/Zone.php b/app/logic/Zone.php index 549fb38..da2312c 100644 --- a/app/logic/Zone.php +++ b/app/logic/Zone.php @@ -441,7 +441,7 @@ class Zone $numberImage = get_image_url($numberImage); # 金额拼音 $amount = round($selectedPattern['amount']); - $pinyin = PinyinNumber::getPinyin(100000,true); + $pinyin = PinyinNumber::getPinyin($amount,true); # 返回给用户数据 $data[$i][] = [ 'amount' => $amount,