@custouch/jssdk
Preparing search index...
service/staff
getStaffValidCode
Function getStaffValidCode
获取登录验证码
Description
选择邮箱或者手机验证
Param: params
getStaffValidCode
(
params
:
{
phone
:
string
;
type
:
"Phone"
}
,
)
:
Promise
<
{
code
:
SendVaildCodeStatus
}
>
员工手机验证登录
Parameters
params
:
{
phone
:
string
;
type
:
"Phone"
}
Returns
Promise
<
{
code
:
SendVaildCodeStatus
}
>
getStaffValidCode
(
params
:
{
mailbox
:
string
;
type
:
"Mailbox"
}
,
)
:
Promise
<
{
code
:
SendVaildCodeStatus
}
>
员工邮箱验证登录
Parameters
params
:
{
mailbox
:
string
;
type
:
"Mailbox"
}
Returns
Promise
<
{
code
:
SendVaildCodeStatus
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@custouch/jssdk
Loading...
获取登录验证码
Description
选择邮箱或者手机验证
Param: params