平衡度信息-新增
<p><strong>简要描述</strong>:</p>
<ul>
<li>平衡度信息新增</li>
</ul>
<p><strong>请求URL:</strong>:</p>
<ul>
<li><a href="http://127.0.0.1:8080/api/degreeBalance/saveDegreeBalance">http://127.0.0.1:8080/api/degreeBalance/saveDegreeBalance</a></li>
</ul>
<p><strong>请求方式:</strong>:</p>
<ul>
<li>POST</li>
</ul>
<p><strong>Header</strong></p>
<pre><code></code></pre>
<p><strong>参数</strong>:</p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">memberType</td>
<td style="text-align: left;">是</td>
<td>String</td>
<td>会员类型</td>
</tr>
<tr>
<td style="text-align: left;">balanceAmount</td>
<td style="text-align: left;">是</td>
<td>Double</td>
<td>平衡度金额</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong>:</p>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;成功&quot;,
&quot;data&quot;: null
}</code></pre>
<p><strong>备注</strong>:</p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>