身份识别码管理-修改身份识别码
<h5>简要描述</h5>
<ul>
<li>身份识别码管理-修改身份识别码</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/lhIdentifierBind</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>PUT </li>
</ul>
<h5>Body 参数</h5>
<pre><code>{
&quot;identifierBindId&quot;:49, //主键ID
&quot;groupId&quot;:2, // 小组ID
&quot;teacherId&quot;:3, // 老师ID
&quot;student&quot;:&quot;49&quot;, // 学员名称
&quot;paymentVoucher&quot;:&quot;49&quot;,// 凭证,图片URL
&quot;platform&quot;:&quot;2&quot;, // 支付平台(1微信 2支付宝)
&quot;price&quot;:200,// 单价
&quot;deadline&quot;:20 //限期(天)
}</code></pre>
<h5>返回示例(成功)</h5>
<pre><code>{
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;code&quot;: 200
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>