# Captcha **Repository Path**: pojianbing/captcha ## Basic Information - **Project Name**: Captcha - **Description**: LayzCaptchaDemo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-23 - **Last Updated**: 2022-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Captcha #### 介绍 LazyCaptcha的可部署版本 #### 部署 1. 安装.net core 6.0 ``` windows请到https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-6.0.302-windows-x64-installer下载安装 unbuntu参照https://docs.microsoft.com/zh-cn/dotnet/core/install/linux-ubuntu centos参照https://docs.microsoft.com/zh-cn/dotnet/core/install/linux-centos 其他参照https://docs.microsoft.com/zh-cn/dotnet/core/install/linux?WT.mc_id=dotnet-35129-website 安装后运行: dotnet --info 检测是否正常 ``` 2. 解压并下载本项目release.zip到本地,https://gitee.com/pojianbing/captcha/attach_files/1135576/download/Release.zip 3. 进入解压目录运行:dotnet Captcha.dll 4. 具体配置在appsettings.json 5. api 验证码: /captcha?id=1 校验: /captcha/validate?id=1&code=abcd