Files
water-back/modules/Payment/Config/config.php
2023-01-12 14:47:38 +08:00

19 lines
686 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'version' => 3,
'logger' => true,//是否开启日志yansongda/pay v3版本有效
/*
|--------------------------------------------------------------------------
| 退款单编号前缀
|--------------------------------------------------------------------------
*/
'refund_no_counter_prefix' => 'RF',
/*
|--------------------------------------------------------------------------
| 退款单编号计数器位数,取值范围 6 - 16 - 退款编号前缀位数
|--------------------------------------------------------------------------
*/
'refund_no_counter_length' => 6,
];