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.
25 lines
649 B
25 lines
649 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'User' => '微信用户',
|
|
'user' => '微信用户',
|
|
],
|
|
'fields' => [
|
|
'nick_name' => '昵称',
|
|
'avatar' => '微信头像',
|
|
'openid' => '微信小程序openid',
|
|
'real_name' => '真实姓名',
|
|
'tel' => '电话号码',
|
|
'unionid' => '微信小程序unionid',
|
|
'status' => '状态',
|
|
'status_text' => '状态',
|
|
'country' => '国家',
|
|
'province' => '省份',
|
|
'city' => '城市',
|
|
'gender' => '性别',
|
|
'gender_text' => '性别',
|
|
'language' => '语言',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|