18 lines
405 B
PHP
18 lines
405 B
PHP
<?php
|
|
/**
|
|
* dd.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-07-28 16:19:06
|
|
* @modified 2022-07-28 16:19:06
|
|
*/
|
|
|
|
return [
|
|
'way' => 'Way',
|
|
'flat_shipping' => 'Flat Shipping',
|
|
'percentage' => 'Percentage',
|
|
'shipping_value' => 'Shipping Value',
|
|
];
|