From 017e62eada37454db12e8824b52c01c8d07e9178 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Mon, 1 Jul 2024 15:20:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=89=8B=E6=9C=BA=E5=8F=B7=E7=9A=84=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/lists/user/UserRechargeLists.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/lists/user/UserRechargeLists.php b/app/api/lists/user/UserRechargeLists.php index 83bfecd61..9dab4a757 100644 --- a/app/api/lists/user/UserRechargeLists.php +++ b/app/api/lists/user/UserRechargeLists.php @@ -50,6 +50,7 @@ use app\common\model\user_ship\UserShip; $data['real_name']=$find['real_name']??''; if($find &&$find['user_ship']>0){ $data['ship_name']=UserShip::where('id',$find['user_ship'])->value('title'); + $data['mobile']=$find['mobile']; } }else{ $data['real_name'] =User::where('id',$data['uid'])->value('real_name');