支付模块管理 bug 修复
parent
698724e1ba
commit
409bda2684
|
|
@ -393,6 +393,8 @@ class PaymentService
|
|||
{
|
||||
return DataReturn('目录没有操作权限'.'['.self::$payment_dir.']', -4);
|
||||
}
|
||||
|
||||
return DataReturn('验证成功', 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue