Skip to content

Commit a659ada

Browse files
committed
对格式进行了细微的调整
1 parent 36dfc39 commit a659ada

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ Google Translate,全球最好的翻译平台,许多人在尝试调用它的API
9797

9898
这个功能实现了一个完整的验证码功能,一共有两个接口,我来为您一一阐述.
9999

100-
* [获取验证码](#GetCaptcha "点击前往")
101-
* [核对验证码](#ConfirmCaptcha "点击前往")
100+
* [获取验证码](#Get-Captcha "点击前往")
101+
* [核对验证码](#Confirm-Captcha "点击前往")
102102

103103
#### Get Captcha
104104

@@ -130,11 +130,11 @@ Google Translate,全球最好的翻译平台,许多人在尝试调用它的API
130130

131131
* 注意:使用Ajax时需要联系我授权域名,否则可能会因为用户浏览器的默认设置,请求会被拦截
132132

133-
|类型|项名|内容|备注|
134-
|---|---|---|---
135-
|POST参数|Token|要核对的验证码令牌|
136-
|POST参数|InputValue|用户输入的验证码值|
137-
|返回|格式|字符串`True`或是`False`|
133+
|类型|项名|内容
134+
|---|---|---
135+
|POST参数|Token|要核对的验证码令牌
136+
|POST参数|InputValue|用户输入的验证码值
137+
|返回|格式|字符串`True`或是`False`
138138

139139
## Projects
140140

0 commit comments

Comments
 (0)