From b2b0f1e8eebcdaba63d72b0f93a4d41b1db7dabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Mon, 8 Sep 2025 16:50:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Payment.php b/application/api/controller/Payment.php index b5728d5..f6a82a5 100644 --- a/application/api/controller/Payment.php +++ b/application/api/controller/Payment.php @@ -37,7 +37,7 @@ class Payment extends Controller return V(0, '请选择正确的充值金额', null); } $user_code = db::name('user')->where(["id" => $user_id])->value('user_code'); - $title = "APP充值到用户 " . ($user_code ?? "") . " 余额!"; + $title = "APP充值到用户". ($user_code ?? "") ."余额!"; $order_number = $this->createOrderSn(); $data['order_sn'] = $order_number;