万象配送


添加

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户注册接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:3030/grouping</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <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;">groupingname</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>分组名称</td> </tr> <tr> <td style="text-align: left;">groupingnumber</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户数量</td> </tr> <tr> <td style="text-align: left;">customergroup</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>客户群体</td> </tr> <tr> <td style="text-align: left;">customernumber</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>客户群体数量</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> {     &amp;quot;id&amp;quot;: 2,     &amp;quot;groupingname&amp;quot;: &amp;quot;a&amp;quot;,     &amp;quot;groupingnumber&amp;quot;: &amp;quot;0&amp;quot;,     &amp;quot;customergroup&amp;quot;: &amp;quot;普通用户&amp;quot;,     &amp;quot;customernumber&amp;quot;: &amp;quot;0&amp;quot;,     &amp;quot;updatedAt&amp;quot;: &amp;quot;2023-05-24T02:09:41.506Z&amp;quot;,     &amp;quot;createdAt&amp;quot;: &amp;quot;2023-05-24T02:09:41.506Z&amp;quot; }</code></pre> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML