mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 02:45:33 +08:00
14 lines
329 B
PHP
14 lines
329 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
/**
|
||
* DRM相关接口请求基类
|
||
* 各个接口先组织应用级参数,然后统一调用本类的公共方法向矩阵发起RPC
|
||
* @author shshuai
|
||
*/
|
||
class logisticsmanager_rpc_request {
|
||
|
||
} |