Documentation
¶
Index ¶
- func AddressEnrolment(c *gin.Context)
- func AddressRetrieve(c *gin.Context)
- func Default() *gin.Engine
- func EditMnemonic(c *gin.Context)
- func EmailBinding(c *gin.Context)
- func EmailBindingV2(c *gin.Context)
- func EmailExport(c *gin.Context)
- func EmailRetrieve(c *gin.Context)
- func GetAddress(c *gin.Context)
- func Init(s *service.Service) *http.Server
- func InitService(s *service.Service)
- func PhoneBinding(c *gin.Context)
- func PhoneBindingV2(c *gin.Context)
- func PhoneExport(c *gin.Context)
- func PhoneRelate(c *gin.Context)
- func PhoneRetrieve(c *gin.Context)
- func QueryEmail(c *gin.Context)
- func QueryPhone(c *gin.Context)
- func SendEmailCode(c *gin.Context)
- func SendEmailCodeV2(c *gin.Context)
- func SendPhoneCode(c *gin.Context)
- func SendPhoneCodeV2(c *gin.Context)
- func SetupEngine(e *gin.Engine) *gin.Engine
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddressRetrieve ¶
func Default ¶
Default returns an Engine instance with the Logger and Recovery middleware already attached.
func EditMnemonic ¶
func EmailBinding ¶
func EmailBindingV2 ¶
func EmailExport ¶
func EmailRetrieve ¶
func GetAddress ¶
@Summary 通过手机或邮箱得到地址 @Author chy@33.cn @Tags backup @Param FZM-SIGNATURE header string true "MOCK" @Param data body model.GetAddressRequest false "body" @Success 200 {object} model.GeneralResponse{data=model.GetAddressResponse} @Router /get-address [post]
func InitService ¶
func PhoneBindingV2 ¶
func PhoneExport ¶
func PhoneRelate ¶
func PhoneRetrieve ¶
func QueryEmail ¶
func SendEmailCodeV2 ¶
func SendPhoneCodeV2 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.