优化代码

This commit is contained in:
2026-01-04 17:14:58 +08:00
parent 590e5eb6fa
commit 4f31adbcef
2 changed files with 2 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ class IndexClaim extends ApiRest
);
// 测试环境 不调取
if (is_local()) {
if (!is_local()) {
publisher(json_encode($push_data, true));
}
}