first
This commit is contained in:
18
modules/Payment/Config/config.php
Normal file
18
modules/Payment/Config/config.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'version' => 3,
|
||||
'logger' => true,//是否开启日志,yansongda/pay v3版本有效
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 退款单编号前缀
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
'refund_no_counter_prefix' => 'RF',
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 退款单编号计数器位数,取值范围 6 - 16 - 退款编号前缀位数
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
'refund_no_counter_length' => 6,
|
||||
];
|
||||
Reference in New Issue
Block a user