From 23931f7afc2d75bad3fedd1f9574fc788387c91b 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, 28 Nov 2025 15:30:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E4=BB=B7=E6=B6=A8=E8=BA=AB=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/MarketValue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/MarketValue.php b/application/api/model/MarketValue.php index fd91e27..4e9f476 100644 --- a/application/api/model/MarketValue.php +++ b/application/api/model/MarketValue.php @@ -17,7 +17,7 @@ class MarketValue extends Model public function change($user_id,$change_value,$type){ //判断是否为整数 if(!is_int($change_value)){ - return ['code' => 0, 'msg' => '身价变化参数错误']; + return ['code' => 0, 'msg' => '身价变化参数错误=》'.$change_value]; } $before = db::name('user')->where('id',$user_id)->value('market_value'); if($type == 0){