集装箱ERP—客户APP


客户注册

<p><strong>简要描述:</strong> </p> <ul> <li>客户app注册</li> </ul> <p><strong>作者:</strong> </p> <ul> <li>梁志杰</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/app/user/appCustRegister</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">phone</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>手机号</td> </tr> <tr> <td style="text-align: left;">password</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>密码(md5加密后的密文)</td> </tr> <tr> <td style="text-align: left;">smsCode</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>验证码</td> </tr> </tbody> </table> <p><strong>请求示例</strong></p> <pre><code>{ &amp;quot;account&amp;quot;:&amp;quot;13404273345&amp;quot;, &amp;quot;smsCode&amp;quot;: &amp;quot;04503&amp;quot;, &amp;quot;password&amp;quot;: &amp;quot;d467108afb98c32e56d88d2ac3862d81&amp;quot; }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;code&amp;quot;: 0, &amp;quot;errorCode&amp;quot;: null, &amp;quot;message&amp;quot;: null, &amp;quot;data&amp;quot;: null }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <h3><strong>****</strong></h3>

页面列表

ITEM_HTML