Нема описа

zory 1ef904b198 '17200011' пре 2 месеци
app 1ef904b198 '17200011' пре 2 месеци
config 6107fb8c42 0122009 пре 2 месеци
public 9092cbbd4f 1944009 пре 2 месеци
resource 9092cbbd4f 1944009 пре 2 месеци
support d9e3ee284a '081900' пре 3 месеци
.gitignore d9e3ee284a '081900' пре 3 месеци
LICENSE d9e3ee284a '081900' пре 3 месеци
README.md 88002c6d6b '201600' пре 3 месеци
city.json 309e37dd02 '0032009' пре 2 месеци
composer.json d9e3ee284a '081900' пре 3 месеци
start.php d9e3ee284a '081900' пре 3 месеци
webman c5c8c4d14f 012300 пре 2 месеци
windows.bat d9e3ee284a '081900' пре 3 месеци
windows.php d9e3ee284a '081900' пре 3 месеци
xg-api.zip 1ef904b198 '17200011' пре 2 месеци

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