Aucune description

Zory 02638673f4 03170301 il y a 5 jours
app 02638673f4 03170301 il y a 5 jours
config 02638673f4 03170301 il y a 5 jours
public 02638673f4 03170301 il y a 5 jours
resource 609826cf6c '2235-01' il y a 3 mois
support 609826cf6c '2235-01' il y a 3 mois
.gitignore 609826cf6c '2235-01' il y a 3 mois
LICENSE 609826cf6c '2235-01' il y a 3 mois
README.md 609826cf6c '2235-01' il y a 3 mois
composer.json 609826cf6c '2235-01' il y a 3 mois
start.php 609826cf6c '2235-01' il y a 3 mois
webman 35ebcca9ce 2249-02 il y a 3 mois
windows.bat 609826cf6c '2235-01' il y a 3 mois
windows.php 609826cf6c '2235-01' il y a 3 mois

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