no message

This commit is contained in:
hellcat 2025-07-07 12:37:45 +08:00
parent d3549ce324
commit 03d828c9f5

View File

@ -134,7 +134,7 @@ class Article extends Base {
$sJson = $aParam["aArg"] ?? false; $sJson = $aParam["aArg"] ?? false;
if (empty($aParam["aOption"]) && empty($aParam["aArg"])) { if (empty($aParam["aOption"]) && empty($aParam["aArg"])) {
return "json__id? json | 有id为set无id为add"; return "/article#json__id? <json> | 有id为set无id为add";
} }