This commit is contained in:
make
2025-05-14 20:48:44 +08:00
parent c5bd69a120
commit ae518e2baf
4 changed files with 81 additions and 77 deletions

View File

@@ -103,7 +103,8 @@ class DomainModel extends BaseModel
{
if ( !array_key_exists($strKey, $this->t_cfg)) {
$strError = sprintf("t_cfg [%s] not found!", $strKey . $strDomain);
return '';
$strError = sprintf("t_cfg [%s] not found! %s ", $strKey , $strDomain . '-' . $strController . '-' . $strAction. '-' . $strDiff. '-' . $boolJoin.'-'.request()->url);
throw new \Exception($strError);
}