支付模块管理 bug 修复

feat/task1-c-wallet
devil 2020-02-22 11:44:49 +08:00
parent 698724e1ba
commit 409bda2684
1 changed files with 2 additions and 0 deletions

View File

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