no message

This commit is contained in:
hellcat 2025-06-23 19:22:15 +08:00
parent c8b2124635
commit e28c577d7e

View File

@ -74,4 +74,13 @@ class Jichang extends Base {
return $this->toJson($oJichang);
}
public function Text($aParam)
{
$sCode = $aParam["aArg"][1];
$sText = ModelJichang::where("code", $sCode)->first()?->text;
return $sText;
}
}