银行卡
<h5>1.简要描述</h5>
<ul>
<li>新增银行卡</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>域名+/addons/newbaby_parttime/public/index.php/parttime_api.bank/create</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>uniacid</td>
<td>是</td>
<td>int</td>
<td>默认1</td>
</tr>
<tr>
<td>uid</td>
<td>是</td>
<td>int</td>
<td>用户id</td>
</tr>
<tr>
<td>name</td>
<td>是</td>
<td>string</td>
<td>姓名</td>
</tr>
<tr>
<td>bank_name</td>
<td>是</td>
<td>string</td>
<td>银行名称</td>
</tr>
<tr>
<td>card_branch_bank</td>
<td>是</td>
<td>string</td>
<td>支行</td>
</tr>
<tr>
<td>webdian</td>
<td>是</td>
<td>string</td>
<td>开户网点</td>
</tr>
<tr>
<td>card_number</td>
<td>是</td>
<td>string</td>
<td>银行卡号</td>
</tr>
<tr>
<td>code</td>
<td>是</td>
<td>string</td>
<td>验证码</td>
</tr>
<tr>
<td>mobile</td>
<td>是</td>
<td>string</td>
<td>手机号</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;time&quot;: 1591149171,
&quot;data&quot;: {
}</code></pre>
<p>}</p>
<h5>返回参数说明</h5>
<h5>备注</h5>
<h5>2.简要描述</h5>
<ul>
<li>编辑银行卡</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>域名+/addons/newbaby_parttime/public/index.php/parttime_api.bank/edit</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>uniacid</td>
<td>是</td>
<td>int</td>
<td>默认1</td>
</tr>
<tr>
<td>id</td>
<td>是</td>
<td>int</td>
<td>id</td>
</tr>
<tr>
<td>uid</td>
<td>是</td>
<td>int</td>
<td>用户id</td>
</tr>
<tr>
<td>name</td>
<td>是</td>
<td>string</td>
<td>姓名</td>
</tr>
<tr>
<td>bank_name</td>
<td>是</td>
<td>string</td>
<td>电话</td>
</tr>
<tr>
<td>card_branch_bank</td>
<td>是</td>
<td>string</td>
<td>支行</td>
</tr>
<tr>
<td>webdian</td>
<td>是</td>
<td>string</td>
<td>开户网点</td>
</tr>
<tr>
<td>card_number</td>
<td>是</td>
<td>string</td>
<td>银行卡号</td>
</tr>
<tr>
<td>code</td>
<td>是</td>
<td>string</td>
<td>验证码</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;time&quot;: 1591149171,
&quot;data&quot;: {
}</code></pre>
<p>}</p>
<h5>返回参数说明</h5>
<h5>备注</h5>
<h5>3.简要描述</h5>
<ul>
<li>删除银行卡</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>域名+/addons/newbaby_parttime/public/index.php/parttime_api.bank/del</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>uniacid</td>
<td>是</td>
<td>int</td>
<td>默认1</td>
</tr>
<tr>
<td>id</td>
<td>是</td>
<td>int</td>
<td>id</td>
</tr>
<tr>
<td>uid</td>
<td>是</td>
<td>int</td>
<td>用户id</td>
</tr>
<tr>
<td>code</td>
<td>是</td>
<td>string</td>
<td>验证码</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;time&quot;: 1591149171,
&quot;data&quot;: {
}</code></pre>
<p>}</p>
<h5>返回参数说明</h5>
<h5>备注</h5>
<h5>4.简要描述</h5>
<ul>
<li>银行卡列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>域名+/addons/newbaby_parttime/public/index.php/parttime_api.bank/lists</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>uniacid</td>
<td>是</td>
<td>int</td>
<td>默认1</td>
</tr>
<tr>
<td>uid</td>
<td>是</td>
<td>int</td>
<td>用户id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;time&quot;: 1591149171,
&quot;data&quot;: {
}</code></pre>
<p>}</p>
<h5>返回参数说明</h5>
<h5>备注</h5>