Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support /api/multi, POST method, multi-target requests #124

Merged
merged 6 commits into from
Oct 19, 2021
Merged

Conversation

sy-records
Copy link
Member

src/core/Server/Admin.php Outdated Show resolved Hide resolved
src/core/Server/Admin.php Outdated Show resolved Hide resolved
src/core/Server/Admin.php Outdated Show resolved Hide resolved
src/core/Server/Admin.php Show resolved Hide resolved
@matyhtf matyhtf merged commit a6adf37 into master Oct 19, 2021
@matyhtf matyhtf deleted the new-admin-api branch October 19, 2021 02:26
@@ -963,6 +993,160 @@ public static function handlerGetStaticPropertyValue($server, $msg)
return self::json($result);
}

private static function handlerMulti(Server $server, array $list)
{
$returnList = [];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这些变量风格为啥不写成一致的,看着好难受

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RFC-1023 Admin API 支持并发请求多个目标和并发请求多个 API
3 participants