no message
This commit is contained in:
parent
c8b2124635
commit
e28c577d7e
@ -74,4 +74,13 @@ class Jichang extends Base {
|
|||||||
return $this->toJson($oJichang);
|
return $this->toJson($oJichang);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function Text($aParam)
|
||||||
|
{
|
||||||
|
$sCode = $aParam["aArg"][1];
|
||||||
|
|
||||||
|
$sText = ModelJichang::where("code", $sCode)->first()?->text;
|
||||||
|
|
||||||
|
return $sText;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user