no message

This commit is contained in:
hellcat 2025-06-12 16:28:47 +08:00
parent 4f103fa684
commit 6cf1df95ef
2 changed files with 21 additions and 2 deletions

View File

@ -321,6 +321,8 @@ class SakaiController
$s = "/book#main";
$s = "/book#unlike";
$s = "likeg ss";
$s = "id 28";
// $s = "back";
// $s = "firel";
// $s = "likeg__4 s";
// $s = "like ss";

View File

@ -871,7 +871,24 @@ class Book extends Base {
}
//// order 系列 end
//// 未分类 系列
//// 其他 系列
public function id($aParam)
{
$iId = $aParam["aArg"][1] ?? false;
$oRag = ModelBook::where("id", $iId)->first();
if (!$oRag) {
return "没有";
}
$sPath = $oRag->path.$oRag->id."/";
$this->_cd($sPath);
return $this->openRe();
}
public function no($aParam)
{
@ -930,7 +947,7 @@ class Book extends Base {
return $this->openRe();
}
//// 未分类 系列
//// 其他 系列
//// id 系列
// public function id ()