@ccw-api/api
Preparing search index...
op-parent-api/captcha/check
checkCaptcha
Function checkCaptcha
checkCaptcha
(
token
:
string
,
x
:
number
,
y
?:
number
)
:
Promise
<
Res
>
校验图形验证码(拼图滑块坐标)
Parameters
token
:
string
createCaptcha 返回的 token
x
:
number
拼图滑块目标位置的 x 坐标
y
:
number
= 5
拼图滑块目标位置的 y 坐标
Returns
Promise
<
Res
>
校验结果
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ccw-api/api
Loading...
校验图形验证码(拼图滑块坐标)