现舱多


确认验证码

<blockquote> <p>HTTP Request ( 请求路径 )</p> </blockquote> <pre><code class="language-shell"> POST http://xxxx.com/api/v1/signup/confirm_otp_code</code></pre> <h3>Body 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> <tr> <td style="text-align: center;">opt_code</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, "message": "您的注册流程有效期(15分钟)", "data": { "access_token": "032c390c8a5d767b89c6a671fb73403a" } }</code></pre>

页面列表

ITEM_HTML