diff --git a/application/service/PaymentService.php b/application/service/PaymentService.php index 8f908dd4a4c8e09ca9cf005dda749f0f057e7bd8..cb46196560273b07b94071f83d9b31233bdc1001 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); } /**