Files
huangjingfen/pro_v3.5.1/config/delivery.php

19 lines
495 B
PHP
Raw Normal View History

<?php
// +----------------------------------------------------------------------
// | Author: ScottPan Team
// +----------------------------------------------------------------------
// +----------------------------------------------------------------------
// | 同城配送
// +----------------------------------------------------------------------
return [
'default' => 'uupt',
'stores' => [
//达达
'dada' => [],
//uu跑腿
'uupt' => [],
]
];