()
| 418 | } |
| 419 | |
| 420 | func (x *EmailCodeSendResp) GetHeader() *ResponseHeader { |
| 421 | if x != nil { |
| 422 | return x.Header |
| 423 | } |
| 424 | return nil |
| 425 | } |
| 426 | |
| 427 | //EmailCodeVerifyReq 验证邮件请求 |
| 428 | type EmailCodeVerifyReq struct { |
nothing calls this directly
no outgoing calls
no test coverage detected