()
| 370 | } |
| 371 | |
| 372 | func (x *EmailCodeSendReq) GetExpireTime() int64 { |
| 373 | if x != nil && x.ExpireTime != nil { |
| 374 | return *x.ExpireTime |
| 375 | } |
| 376 | return 0 |
| 377 | } |
| 378 | |
| 379 | //EmailCodeSendResp 发送邮件响应 |
| 380 | type EmailCodeSendResp struct { |
nothing calls this directly
no outgoing calls
no test coverage detected