From 409bda2684f778eaad9f14ed3d3ec7c9c10eeb48 Mon Sep 17 00:00:00 2001 From: devil Date: Sat, 22 Feb 2020 11:44:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=A8=A1=E5=9D=97=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20bug=20=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/PaymentService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/service/PaymentService.php b/application/service/PaymentService.php index 8f908dd4a..cb4619656 100755 --- a/application/service/PaymentService.php +++ b/application/service/PaymentService.php @@ -393,6 +393,8 @@ class PaymentService { return DataReturn('目录没有操作权限'.'['.self::$payment_dir.']', -4); } + + return DataReturn('验证成功', 0); } /**