| 12345678910111213141516 | 
							- <?php
 
- return [
 
-     'Id'            => '主键ID',
 
-     'User_id'       => '用户ID',
 
-     'Actname'       => '动作名称',
 
-     'Videofile'     => '视频',
 
-     'Status'        => '认证状态',
 
-     'Status 0'      => '待审核',
 
-     'Status 1'      => '审核通过',
 
-     'Status 2'      => '审核拒绝',
 
-     'Createtime'    => '创建时间',
 
-     'Updatetime'    => '更新时间',
 
-     'User.nickname' => '昵称',
 
-     'User.mobile'   => '手机号'
 
- ];
 
 
  |