zsgf-client 1.0.24

zsgf 客户端库。
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# EmailSignUpRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **String** |  | 
**pwd** | **String** |  | 
**email_code** | Option<**String**> | 邮箱验证码 | [optional]
**phone** | Option<**String**> | 手机号 | [optional]
**phone_code** | Option<**String**> | 手机验证码(只有启用的手机验证码功能时,才需要传入) | [optional]
**nick_name** | Option<**String**> | 昵称 | [optional]
**avatar** | Option<**String**> | 头像 | [optional]
**data** | Option<**String**> | 自定义数据 | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)