现舱多


验证手机号

<blockquote> <p>HTTP Request ( 请求路径 )</p> </blockquote> <pre><code class="language-shell"> GET http://xxxx.com/api/v1/signup/check</code></pre> <h3>URL Parameters ( 请求参数 )</h3> <table> <thead> <tr> <th style="text-align: center;">参数</th> <th style="text-align: center;">必填</th> <th style="text-align: center;">描述</th> </tr> </thead> <tbody> <tr> <td style="text-align: center;">phone</td> <td style="text-align: center;">true</td> <td style="text-align: center;">手机号</td> </tr> </tbody> </table> <blockquote> <p>HTTP Respond ( 响应 )</p> </blockquote> <pre><code class="language-json">{ "code": 200, "data": "OK" } or false { "code": 611, "message": "该手机号已注册,请直接登录", "error": "errors/invalid_phone_error" }</code></pre>

页面列表

ITEM_HTML