mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-20 12:05:43 +08:00
19 lines
432 B
PHP
19 lines
432 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
// 商家配送配置
|
||
|
||
// 美团外卖商家配送
|
||
'TMYP_offline' => array(
|
||
'name' => '商家配送(线下配送)',
|
||
'type' => 'TMYP_offline',
|
||
'website' => '',
|
||
'request_url' => '',
|
||
'model' => 'seller'
|
||
),
|
||
];
|