支付模块管理 bug 修复

This commit is contained in:
devil 2020-02-22 11:44:49 +08:00
parent 698724e1ba
commit 409bda2684

View File

@ -393,6 +393,8 @@ class PaymentService
{
return DataReturn('目录没有操作权限'.'['.self::$payment_dir.']', -4);
}
return DataReturn('验证成功', 0);
}
/**