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); } /**