xus admin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

30 lines
759 B

<?php
/*
* @Descripttion:
* @version:
* @Author: GuaPi
* @Date: 2021-07-29 10:40:46
* @LastEditors: GuaPi
* @LastEditTime: 2021-08-14 10:33:53
*/
return [
'labels' => [
'UserAuth' => '实名认证',
'user-auth' => '实名认证'
],
'fields' => [
'user_id' => '会员ID',
'realname' => '真实姓名',
'country_code' => '国家代码',
'number' => '证件号码',
'front_img' => '正面照',
'back_img' => '背面照',
'hand_img' => '手持照',
'check_time' => '审核时间',
'primary_status' => '初级认证',
'status' => '高级认证',
'id_card' => '证件号码',
'type' => '证件类型'
],
'options' => [],
];