설명 없음

zory c1551fbb01 '224100' 2 달 전
app c1551fbb01 '224100' 2 달 전
config 1daf0ae9cf '022400' 2 달 전
public d9e3ee284a '081900' 3 달 전
resource d9e3ee284a '081900' 3 달 전
support d9e3ee284a '081900' 3 달 전
.gitignore d9e3ee284a '081900' 3 달 전
LICENSE d9e3ee284a '081900' 3 달 전
README.md 88002c6d6b '201600' 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

星川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