From 50ff822b10993cc05c3ea9b04a46b8297a16ce8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Fri, 26 Dec 2025 15:25:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B9=E6=9E=9C=E5=85=85=E5=80=BC=201999.00?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/UserWallet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/UserWallet.php b/application/api/controller/UserWallet.php index 6e3cd8ca..2f4e1976 100644 --- a/application/api/controller/UserWallet.php +++ b/application/api/controller/UserWallet.php @@ -107,7 +107,7 @@ class UserWallet extends BaseCom // $api_version = 1;//商店审核版本给前端返回1 foreach ($reslut as $k=>$v){ if($v['money'] == 2000){ - $reslut_data[$k]['money'] = 1999; + $reslut_data[$k]['money'] = '1999.00'; }else{ $reslut_data[$k]['money'] = $v['money']; }