<?php return [ 'checkStatus' => [ '0' => '', '1' => '审核中', '2' => '审核驳回', '3' => '审核通过' ], 'dramaCheckStatus' => [ '0' => '', '1' => '审核中', '2' => '最终失败', '3' => '审核通过', '4' => '驳回重新提审', '5' => '审核中' ], ];