No Description

zory 8603847c45 '1300' 2 weeks ago
app 8603847c45 '1300' 2 weeks ago
config 8603847c45 '1300' 2 weeks ago
public 609826cf6c '2235-01' 3 months ago
resource 609826cf6c '2235-01' 3 months ago
support 609826cf6c '2235-01' 3 months ago
.gitignore 609826cf6c '2235-01' 3 months ago
LICENSE 609826cf6c '2235-01' 3 months ago
README.md 609826cf6c '2235-01' 3 months ago
composer.json 609826cf6c '2235-01' 3 months ago
start.php 609826cf6c '2235-01' 3 months ago
webman 35ebcca9ce 2249-02 3 months ago
windows.bat 609826cf6c '2235-01' 3 months ago
windows.php 609826cf6c '2235-01' 3 months ago

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