This commit is contained in:
make
2025-05-15 00:51:58 +08:00
parent 4c0d1eb985
commit c524f9b6b6
6 changed files with 436 additions and 2 deletions

View File

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

View File

@@ -28,7 +28,7 @@ class VideoCategoryModel extends MongoModel
/**
* 自定义 总分类
*/
*/
static $arrCategoryTypeONE = [
[
"v_category" => "电影",