mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
14 lines
290 B
PHP
14 lines
290 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
|
||
class ome_saas_const {
|
||
// SaaS 功能已禁用,密钥已删除
|
||
const KEY = '';
|
||
const SECRET = '';
|
||
const XML = 'xml';
|
||
const JSON = 'json';
|
||
} |