|
|
if (empty($value['type']) || ! in_array($value['type'], UserGuideDetails::$type)) return [false, "第{$rowNum}行的图文类型不能为空或类型错误"];
|
|
if (empty($value['type']) || ! in_array($value['type'], UserGuideDetails::$type)) return [false, "第{$rowNum}行的图文类型不能为空或类型错误"];
|
|
|
if (empty($value['content'])) return [false, "第{$rowNum}行的内容不能为空"];
|
|
if (empty($value['content'])) return [false, "第{$rowNum}行的内容不能为空"];
|