no message

This commit is contained in:
hellcat 2025-06-17 16:31:40 +08:00
parent 704d820f72
commit bebed29ec3

View File

@ -78,7 +78,7 @@ class Option extends Base {
$oOption->value = $sValue; $oOption->value = $sValue;
$r = $oOption->save(); $r = $oOption->save();
return $r; return $this->toJson($oOption);
} }
public function Del($aParam) public function Del($aParam)