/** * 验证码是否正确 * @param captcha 验证码 * @param uk 用户标识,从cookie中获取 */ export default function check(captcha: string, uk: string): Promise;