mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-20 20:10:28 +08:00
18 lines
369 B
PHP
18 lines
369 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
|
||
class ome_delivery_vjia{
|
||
/**
|
||
* @description 修改配送信息
|
||
* @access public
|
||
* @param int $order_id 订单ID
|
||
* @return boolean
|
||
*/
|
||
public function logistics_modify($order_id) {
|
||
return true;
|
||
}
|
||
} |