mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 02:45:33 +08:00
16 lines
477 B
PHP
16 lines
477 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
interface ome_tgservice_version_interface{
|
||
|
||
public function install($params = array(),&$sass_params = array(),&$msg);
|
||
|
||
public function update($params = array(),&$sass_params = array(),&$msg);
|
||
|
||
public function main($operation = 'install',$params = array(),&$msg = '',$obj);
|
||
|
||
public function callback_tosass($data = array());
|
||
} |