暂无描述

zory d9e3ee284a '081900' 3 月之前
app d9e3ee284a '081900' 3 月之前
config d9e3ee284a '081900' 3 月之前
public d9e3ee284a '081900' 3 月之前
resource d9e3ee284a '081900' 3 月之前
support d9e3ee284a '081900' 3 月之前
.gitignore d9e3ee284a '081900' 3 月之前
LICENSE d9e3ee284a '081900' 3 月之前
README.md d9e3ee284a '081900' 3 月之前
composer.json d9e3ee284a '081900' 3 月之前
start.php d9e3ee284a '081900' 3 月之前
webman d9e3ee284a '081900' 3 月之前
windows.bat d9e3ee284a '081900' 3 月之前
windows.php d9e3ee284a '081900' 3 月之前

README.md

hx-mini-api

跨域

文件
config/plugin/linfly/annotation/route.php
新增内容
use Webman\Route;
// 匹配所有options路由
Route::options('[{path:.+}]', function (){
    return response('',204);
});

合并

git fetch origin
git reset --hard origin/master