Vance 发表于 2023-1-31 00:00:00

[小易API开源项目]小易API接口管理程序

<p>小易API接口管理程序</p>
<h3>使用说明</h3>
<ol>
<li>00后学生,业余编写而成 参考(授权程序或各类程序编写集成)</li>
<li>本系统不支持在线更新请下载全新安装包</li>
<li>附带两套模板 (可自行根据已有模板开发模板)</li>
<li>附带三套本地接口 (二维码生成,随机一言,每日早报)</li>
</ol>
<h3><a id="user-content-api架构" class="anchor" href="https://gitee.com/vances/xiaoyi#api%E6%9E%B6%E6%9E%84"></a>API架构</h3>
<p>基于PHP原生,EasyWeb框架</p>
<h3><a id="user-content-安装教程" class="anchor" href="https://gitee.com/vances/xiaoyi#%E5%AE%89%E8%A3%85%E6%95%99%E7%A8%8B"></a>安装教程</h3>
<ol>
<li>上传安装包解压配置</li>
<li>访问域名直接安装</li>
<li>nginx伪静态 (其他环境伪静态 宝塔工具自行转换)</li>
</ol>
<h3><a id="user-content-伪静态设置" class="anchor" href="https://gitee.com/vances/xiaoyi#%E4%BC%AA%E9%9D%99%E6%80%81%E8%AE%BE%E7%BD%AE"></a>伪静态设置</h3>
<div class="white">
<div class="highlight markdown-code-block">
<pre><span id="LC1" class="line">location / {</span>
<span id="LC2" class="line">    rewrite ^/index.html$ /index.php;</span>
<span id="LC3" class="line">    rewrite ^/sitemap.xml$ /sitemap.php;</span>
<span id="LC4" class="line">    rewrite ^/api/(\w*).html$ /api.php?alias=$1;</span>
<span id="LC5" class="line">    rewrite ^/down-(+*).html$ /down/down.php?id=$1;</span>
<span id="LC6" class="line">    rewrite ^/down.html$ /down/index.php;</span>
<span id="LC7" class="line">}</span></pre>
<div class="markdown-code-block-copy-btn" style="text-align: center;">&nbsp;</div>
</div>
</div>
<h3><a id="user-content-安装环境" class="anchor" href="https://gitee.com/vances/xiaoyi#%E5%AE%89%E8%A3%85%E7%8E%AF%E5%A2%83"></a>安装环境</h3>
<ol>
<li>PHP版本支持5.6-7.4</li>
<li>mysql5.5-5.7</li>
</ol>
<h3><a id="user-content-网站演示" class="anchor" href="https://gitee.com/vances/xiaoyi#%E7%BD%91%E7%AB%99%E6%BC%94%E7%A4%BA"></a>网站演示</h3>
<p><a href="https://gitee.com/link?target=http%3A%2F%2Fm.ksto.cn" target="_blank" rel="noopener">http://m.ksto.cn</a></p>
<h3>开源地址</h3>
<p>Gitee(码云):<span style="color: #e03e2d;"><a style="color: #e03e2d;" href="https://gitee.com/vances/xiaoyi" target="_blank" rel="noopener">https://gitee.com/vances/xiaoyi</a></span></p>
<h3>API程序演示</h3>
<p><strong><br /></strong></p>
<p><strong><br /></strong></p>
<p><strong><br /></strong></p>
页: [1]
查看完整版本: [小易API开源项目]小易API接口管理程序