From 8f778214076489535bb2495227b1c50aab337016 Mon Sep 17 00:00:00 2001 From: Devil Date: Tue, 21 Apr 2020 21:34:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=A8=A1=E5=9D=97=E4=B8=8D?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E5=8F=98=E9=87=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/PaymentService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/service/PaymentService.php b/application/service/PaymentService.php index 3b584de59..ea66f6b5d 100755 --- a/application/service/PaymentService.php +++ b/application/service/PaymentService.php @@ -149,7 +149,7 @@ class PaymentService private static function DataAnalysis($data) { return [ - 'name' => isset($data['base']['name']) ? htmlentities($data['base']['name']) : $payment, + 'name' => isset($data['base']['name']) ? htmlentities($data['base']['name']) : '', 'version' => isset($data['base']['version']) ? htmlentities($data['base']['version']) : '', 'apply_version' => isset($data['base']['apply_version']) ? htmlentities($data['base']['apply_version']) : '', 'desc' => isset($data['base']['desc']) ? $data['base']['desc'] : '',