123456789101112131415161718192021222324 |
- <?php
- return [
- 'labels' => [
- 'UserIdentify' => 'User Identify',
- 'user-identify' => 'User Identify',
- ],
- 'fields' => [
- 'user_id' => 'user ID',
- 'name' => 'name',
- 'email' => 'email',
- 'mobile' => 'mobile',
- 'bio' => 'bio',
- 'sex' => 'sex',
- 'birthday' => 'birthday',
- 'avatar' => 'avatar',
- 'action_type' => 'action_type',
- 'type' => 'type',
- 'status' => 'auth status',
- 'background_add' => 'background add',
- 'user_apply' => 'user apply',
- ],
- 'options' => [
- ],
- ];
|