添加
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>接口状态</h5>
<ul>
<li>已完成</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{host}}/api/account.system/actAdd</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>请求参数示例</h5>
<pre><code>{
"user_name": "18163100003",
"password": "qwer@1234",
"mobile": "18163100003",
"real_name": "zz",
"node_ids": "54,2,5,6,7,8,9,10,67,68,120,12,16,24,25,27,13,19,20,22,163,17,39,40,56,57,14,29,30,32,161,15,34,35,37,63,162,112,113,114,115,116,117,118,119,72,73,78,79,160,88,92,121,108,93,159,90,101,102,91,103,104,123,94,96,95",
"disabled": 0,
"main_account": 1,
"hash": "dddd"
}
</code></pre>