Modify
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{server}}/member/modify</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">字段名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">Authorization</td>
<td style="text-align: left;">Bearer {{token}}</td>
<td>是</td>
<td>string</td>
<td>JWT token</td>
</tr>
</tbody>
</table>
<h5>请求参数示例</h5>
<pre><code>{
"id": 50,
"name": "Hegui Gong",
"avatar": "http:\/\/106.54.189.213:6001\/static\/cbc4e364944f11ec9595517d0b6f9701.jpg",
"education": "Professor of Chemistry",
"graduated": "Shanghai University",
"research_background": "Professor of Chemistry, Shanghai University, China (since Dec. 2008)\nPostdoctoral Fellow, University of North Carolina at Chapel Hill (2005-2008)\nPh.D., University of Texas at Austin (1999-2005)\nM.S., Tsinghua University, China (1995-1998)\nB.S., Zhengzhou University of Light Industry, China (1991-1995)",
"email": "hegui_gong@shu.edu.cn ",
"telephone": "86-21-6613-2410",
"address": "99 Shangda Road, Baoshan District, E-327",
"tutor": "",
"category": 3
}
</code></pre>
<h5>成功返回示例</h5>
<pre><code>{
"code": 200,
"message": "Modify Member Success"
}
</code></pre>