From 38732a626a68c2aa44a626dacdd9684fc9dba306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Wed, 7 Jan 2026 15:00:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=91=E5=B8=81=E9=92=BB=E7=9F=B3=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/UserWallet.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/application/api/model/UserWallet.php b/application/api/model/UserWallet.php index 815c04dc..97ecf509 100644 --- a/application/api/model/UserWallet.php +++ b/application/api/model/UserWallet.php @@ -108,13 +108,8 @@ class UserWallet extends Model $value['change_type_name'] = model('common/UserWallet')->ChangeTypeLable($value['change_type']); } } - $next_last_id = !empty($list) ? end($list)['id'] : 0; // 下一页的last_id - $lists = [ - 'list' => $list, - 'next_last_id' => $next_last_id, - ]; - return ['code' => 1, 'msg' => '获取成功', 'data' => $lists]; + return ['code' => 1, 'msg' => '获取成功', 'data' => $list]; } //收益(钻石)兑换金币