Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
api.php 710 Bytes
Copy Edit Raw Blame History
<?php
// +----------------------------------------------------------------------
// | ShopXO 国内领先企业级B2C免费开源电商系统
// +----------------------------------------------------------------------
// | Copyright (c) 2011~2099 http://shopxo.net All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( https://opensource.org/licenses/mit-license.php )
// +----------------------------------------------------------------------
// | Author: Devil
// +----------------------------------------------------------------------
// [ API入口文件 ]
define('IS_ROOT_ACCESS', true);
// 引入公共入口文件
require './public/api.php';
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化