debug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ class VideoCategoryModel extends MongoModel
|
||||
|
||||
/**
|
||||
* 自定义 总分类
|
||||
*/
|
||||
*/
|
||||
static $arrCategoryTypeONE = [
|
||||
[
|
||||
"v_category" => "电影",
|
||||
|
||||
Reference in New Issue
Block a user