Table of Contents

Interface IRegisterService

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public interface IRegisterService
Extension Methods

Methods

GetPhoneVerificationCode(string, out string)

string GetPhoneVerificationCode(string phone, out string message)

Parameters

phone string
message string

Returns

string

GetVerificationCode(out string)

string GetVerificationCode(out string message)

Parameters

message string

Returns

string

Register(string, string, out string)

bool Register(string phone, string password, out string message)

Parameters

phone string
password string
message string

Returns

bool

ResetPassword(string, string, out string)

bool ResetPassword(string phone, string password, out string message)

Parameters

phone string
password string
message string

Returns

bool