...
|
...
|
@@ -5473,7 +5473,7 @@ |
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>image</td>
|
|
|
<td>images[]</td>
|
|
|
<td>file</td>
|
|
|
<td>是</td>
|
|
|
<td>上传文件(图片)</td>
|
...
|
...
|
@@ -5508,8 +5508,8 @@ |
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/person/upload" method="POST" name="form38" id="form38">
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="image">image</label>
|
|
|
<input type="file" class="form-control input-sm" id="image" required placeholder="上传文件(图片)" name="image">
|
|
|
<label class="control-label" for="images[]">images[]</label>
|
|
|
<input type="file" class="form-control input-sm" id="images[]" required placeholder="上传文件(图片)" name="images[]">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<button type="submit" class="btn btn-success send" rel="38">提交</button>
|
...
|
...
|
@@ -11701,10 +11701,16 @@ |
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>o_id</td>
|
|
|
<td>amount</td>
|
|
|
<td>integer</td>
|
|
|
<td>是</td>
|
|
|
<td>订单id</td>
|
|
|
<td>充值金额</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>openid</td>
|
|
|
<td>integer</td>
|
|
|
<td>是</td>
|
|
|
<td>openid</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
...
|
...
|
@@ -11736,8 +11742,12 @@ |
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/wxpay/toPay" method="POST" name="form86" id="form86">
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="o_id">o_id</label>
|
|
|
<input type="integer" class="form-control input-sm" id="o_id" required placeholder="订单id" name="o_id">
|
|
|
<label class="control-label" for="amount">amount</label>
|
|
|
<input type="integer" class="form-control input-sm" id="amount" required placeholder="充值金额" name="amount">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="openid">openid</label>
|
|
|
<input type="integer" class="form-control input-sm" id="openid" required placeholder="openid" name="openid">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<button type="submit" class="btn btn-success send" rel="86">提交</button>
|
...
|
...
|
@@ -12025,7 +12035,7 @@ |
|
|
|
|
|
<div class="row mt0 footer">
|
|
|
<div class="col-md-6" align="left">
|
|
|
Generated on 2019-04-12 19:22:54 </div>
|
|
|
Generated on 2019-04-13 16:39:44 </div>
|
|
|
<div class="col-md-6" align="right">
|
|
|
<a href="https://www.fastadmin.net" target="_blank">FastAdmin</a>
|
|
|
</div>
|
...
|
...
|
|