生成新账号
<p><strong>简要描述:</strong> </p>
<ul>
<li>生成新账号</li>
</ul>
<p><strong>请求URL:</strong>
<a href="https://xx.com:9054/WareBasicInfo/CreateNewAccount">https://xx.com:9054/WareBasicInfo/CreateNewAccount</a>
<a href="http://xx.com:8054/WareBasicInfo/CreateNewAccount">http://xx.com:8054/WareBasicInfo/CreateNewAccount</a></p>
<p><strong>请求方式:</strong></p>
<ul>
<li>Get</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;">AppToken</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>可为空主要用来做验证使用的</td>
</tr>
<tr>
<td style="text-align: left;">GroupId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>集团码编码</td>
</tr>
<tr>
<td style="text-align: left;">ShopsId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>门店编码</td>
</tr>
<tr>
<td style="text-align: left;">BillTag</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>标记值,SR 表示入库单,SZ=直拨单 退货单=ST 调拨单=SD 领料单=SL 回仓单=SH 报损单=SB SS=门店供应商计划单</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;error&quot;: 0,
&quot;Comment&quot;:&quot;error=1 错误说明&quot;
&quot;Value&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>说明:
error=0 Value=生成的新账号
error=1 Comment=错误原因</p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>