Sen descrición

Zory ea80b3b96f 1009 hai 1 mes
app ea80b3b96f 1009 hai 1 mes
config 8603847c45 '1300' hai 2 meses
public 609826cf6c '2235-01' hai 4 meses
resource 609826cf6c '2235-01' hai 4 meses
support 609826cf6c '2235-01' hai 4 meses
.gitignore 609826cf6c '2235-01' hai 4 meses
LICENSE 609826cf6c '2235-01' hai 4 meses
README.md 609826cf6c '2235-01' hai 4 meses
composer.json 609826cf6c '2235-01' hai 4 meses
start.php 609826cf6c '2235-01' hai 4 meses
webman 35ebcca9ce 2249-02 hai 4 meses
windows.bat 609826cf6c '2235-01' hai 4 meses
windows.php 609826cf6c '2235-01' hai 4 meses

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