| 12345678910111213141516171819202122 | <?phpreturn [    'Id'            => 'ID',    'User_id'       => '用户ID',    'Type'          => '审核字段',    'Type photo_images'    => '相册',    'Type avatar'          => '头像',    'Type audio_bio'       => '语音',    'Type video_bio'       => '视频',    'Old_data'      => '旧数据',    'New_data'      => '新数据',    'Createtime'    => '创建时间',    'Status'        => '状态',    'Status 0'      => '待审核',    'Status 1'      => '审核通过',    'Status 2'      => '审核驳回',    'Audittime'     => '审核时间',    'Auditremark'   => '审核备注',    'User.username' => '用户名',    'User.nickname' => '昵称'];
 |