...
|
...
|
@@ -139,27 +139,27 @@ |
|
|
<!-- menu -->
|
|
|
<div id="sidebar">
|
|
|
<div class="list-group panel">
|
|
|
<a href="#支付接口" class="list-group-item" data-toggle="collapse" data-parent="#sidebar">支付接口 <i class="fa fa-caret-down"></i></a>
|
|
|
<div class="child collapse" id="支付接口">
|
|
|
<a href="javascript:;" data-id="0" class="list-group-item">充值支付</a>
|
|
|
<a href="javascript:;" data-id="1" class="list-group-item">开通会员支付</a>
|
|
|
<a href="javascript:;" data-id="2" class="list-group-item">图片购买支付</a>
|
|
|
<a href="javascript:;" data-id="3" class="list-group-item"></a>
|
|
|
<a href="javascript:;" data-id="4" class="list-group-item"></a>
|
|
|
<a href="javascript:;" data-id="5" class="list-group-item"></a>
|
|
|
<a href="javascript:;" data-id="6" class="list-group-item"></a>
|
|
|
<a href="javascript:;" data-id="7" class="list-group-item"></a>
|
|
|
<a href="javascript:;" data-id="8" class="list-group-item"></a>
|
|
|
</div>
|
|
|
<a href="#公共接口" class="list-group-item" data-toggle="collapse" data-parent="#sidebar">公共接口 <i class="fa fa-caret-down"></i></a>
|
|
|
<div class="child collapse" id="公共接口">
|
|
|
<a href="javascript:;" data-id="9" class="list-group-item"></a>
|
|
|
<a href="javascript:;" data-id="10" class="list-group-item">加载初始化</a>
|
|
|
<a href="javascript:;" data-id="11" class="list-group-item">上传文件</a>
|
|
|
<a href="javascript:;" data-id="12" class="list-group-item"></a>
|
|
|
<a href="javascript:;" data-id="0" class="list-group-item"></a>
|
|
|
<a href="javascript:;" data-id="1" class="list-group-item">加载初始化</a>
|
|
|
<a href="javascript:;" data-id="2" class="list-group-item">上传文件</a>
|
|
|
<a href="javascript:;" data-id="3" class="list-group-item"></a>
|
|
|
</div>
|
|
|
<a href="#" class="list-group-item" data-toggle="collapse" data-parent="#sidebar"> <i class="fa fa-caret-down"></i></a>
|
|
|
<div class="child collapse" id="">
|
|
|
<a href="javascript:;" data-id="4" class="list-group-item"></a>
|
|
|
</div>
|
|
|
<a href="#支付接口" class="list-group-item" data-toggle="collapse" data-parent="#sidebar">支付接口 <i class="fa fa-caret-down"></i></a>
|
|
|
<div class="child collapse" id="支付接口">
|
|
|
<a href="javascript:;" data-id="5" class="list-group-item">充值支付</a>
|
|
|
<a href="javascript:;" data-id="6" class="list-group-item">开通会员支付</a>
|
|
|
<a href="javascript:;" data-id="7" class="list-group-item">图片购买支付</a>
|
|
|
<a href="javascript:;" data-id="8" class="list-group-item"></a>
|
|
|
<a href="javascript:;" data-id="9" class="list-group-item"></a>
|
|
|
<a href="javascript:;" data-id="10" class="list-group-item"></a>
|
|
|
<a href="javascript:;" data-id="11" class="list-group-item"></a>
|
|
|
<a href="javascript:;" data-id="12" class="list-group-item"></a>
|
|
|
<a href="javascript:;" data-id="13" class="list-group-item"></a>
|
|
|
</div>
|
|
|
<a href="#Token接口" class="list-group-item" data-toggle="collapse" data-parent="#sidebar">Token接口 <i class="fa fa-caret-down"></i></a>
|
...
|
...
|
@@ -212,13 +212,13 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel-group" id="accordion">
|
|
|
<h2>支付接口</h2>
|
|
|
<h2>公共接口</h2>
|
|
|
<hr>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading" id="heading-0">
|
|
|
<h4 class="panel-title">
|
|
|
<span class="label label-primary">POST</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion0" href="#collapseOne0"> 充值支付 <span class="text-muted">/api/pay/pay</span></a>
|
|
|
<span class="label label-success">GET</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion0" href="#collapseOne0"> <span class="text-muted">/api/common/test_pdf</span></a>
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div id="collapseOne0" class="panel-collapse collapse">
|
...
|
...
|
@@ -236,51 +236,17 @@ |
|
|
|
|
|
<div class="tab-pane active" id="info0">
|
|
|
<div class="well">
|
|
|
充值支付 </div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>Headers</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<table class="table table-hover">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>名称</th>
|
|
|
<th>类型</th>
|
|
|
<th>必选</th>
|
|
|
<th>描述</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>token</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
<td>请求的Token</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
无
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<table class="table table-hover">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>名称</th>
|
|
|
<th>类型</th>
|
|
|
<th>必选</th>
|
|
|
<th>描述</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>order_id</td>
|
|
|
<td>inter</td>
|
|
|
<td>是</td>
|
|
|
<td>订单id</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
无
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
...
|
...
|
@@ -294,23 +260,11 @@ |
|
|
<div class="row">
|
|
|
<div class="col-md-12">
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>Headers</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<div class="headers">
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="token">token</label>
|
|
|
<input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/pay" method="POST" name="form0" id="form0">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/test_pdf" method="get" name="form0" id="form0">
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="order_id">order_id</label>
|
|
|
<input type="inter" class="form-control input-sm" id="order_id" required placeholder="订单id" name="order_id">
|
|
|
无
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<button type="submit" class="btn btn-success send" rel="0">提交</button>
|
...
|
...
|
@@ -355,8 +309,8 @@ |
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading" id="heading-1">
|
|
|
<h4 class="panel-title">
|
|
|
<span class="label label-primary">POST</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion1" href="#collapseOne1"> 开通会员支付 <span class="text-muted">/api/pay/vippay</span></a>
|
|
|
<span class="label label-success">GET</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion1" href="#collapseOne1"> 加载初始化 <span class="text-muted">/api/common/init</span></a>
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div id="collapseOne1" class="panel-collapse collapse">
|
...
|
...
|
@@ -374,28 +328,11 @@ |
|
|
|
|
|
<div class="tab-pane active" id="info1">
|
|
|
<div class="well">
|
|
|
开通会员支付 </div>
|
|
|
加载初始化 </div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>Headers</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<table class="table table-hover">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>名称</th>
|
|
|
<th>类型</th>
|
|
|
<th>必选</th>
|
|
|
<th>描述</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>token</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
<td>请求的Token</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
无
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
...
|
...
|
@@ -412,10 +349,22 @@ |
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>order_id</td>
|
|
|
<td>inter</td>
|
|
|
<td>version</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
<td>订单id</td>
|
|
|
<td>版本号</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>lng</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
<td>经度</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>lat</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
<td>纬度</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
...
|
...
|
@@ -432,23 +381,20 @@ |
|
|
<div class="row">
|
|
|
<div class="col-md-12">
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>Headers</strong></div>
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<div class="headers">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/init" method="get" name="form1" id="form1">
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="token">token</label>
|
|
|
<input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
|
|
|
<label class="control-label" for="version">version</label>
|
|
|
<input type="string" class="form-control input-sm" id="version" required placeholder="版本号" name="version">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/vippay" method="POST" name="form1" id="form1">
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="order_id">order_id</label>
|
|
|
<input type="inter" class="form-control input-sm" id="order_id" required placeholder="订单id" name="order_id">
|
|
|
<label class="control-label" for="lng">lng</label>
|
|
|
<input type="string" class="form-control input-sm" id="lng" required placeholder="经度" name="lng">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="lat">lat</label>
|
|
|
<input type="string" class="form-control input-sm" id="lat" required placeholder="纬度" name="lat">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<button type="submit" class="btn btn-success send" rel="1">提交</button>
|
...
|
...
|
@@ -494,7 +440,7 @@ |
|
|
<div class="panel-heading" id="heading-2">
|
|
|
<h4 class="panel-title">
|
|
|
<span class="label label-primary">POST</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion2" href="#collapseOne2"> 图片购买支付 <span class="text-muted">/api/pay/picpay</span></a>
|
|
|
<a data-toggle="collapse" data-parent="#accordion2" href="#collapseOne2"> 上传文件 <span class="text-muted">/api/common/upload</span></a>
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div id="collapseOne2" class="panel-collapse collapse">
|
...
|
...
|
@@ -512,28 +458,11 @@ |
|
|
|
|
|
<div class="tab-pane active" id="info2">
|
|
|
<div class="well">
|
|
|
图片购买支付 </div>
|
|
|
上传文件 </div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>Headers</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<table class="table table-hover">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>名称</th>
|
|
|
<th>类型</th>
|
|
|
<th>必选</th>
|
|
|
<th>描述</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>token</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
<td>请求的Token</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
无
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
...
|
...
|
@@ -550,16 +479,10 @@ |
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>order_id</td>
|
|
|
<td>inter</td>
|
|
|
<td>是</td>
|
|
|
<td>订单id</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>type</td>
|
|
|
<td>inter</td>
|
|
|
<td>file</td>
|
|
|
<td>File</td>
|
|
|
<td>是</td>
|
|
|
<td>支付方式 1 为余额支付 2为微信支付</td>
|
|
|
<td>文件流</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
...
|
...
|
@@ -576,27 +499,12 @@ |
|
|
<div class="row">
|
|
|
<div class="col-md-12">
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>Headers</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<div class="headers">
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="token">token</label>
|
|
|
<input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/picpay" method="POST" name="form2" id="form2">
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="order_id">order_id</label>
|
|
|
<input type="inter" class="form-control input-sm" id="order_id" required placeholder="订单id" name="order_id">
|
|
|
</div>
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/upload" method="POST" name="form2" id="form2">
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="type">type</label>
|
|
|
<input type="inter" class="form-control input-sm" id="type" required placeholder="支付方式 1 为余额支付 2为微信支付" name="type">
|
|
|
<label class="control-label" for="file">file</label>
|
|
|
<input type="File" class="form-control input-sm" id="file" required placeholder="文件流" name="file">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<button type="submit" class="btn btn-success send" rel="2">提交</button>
|
...
|
...
|
@@ -642,7 +550,7 @@ |
|
|
<div class="panel-heading" id="heading-3">
|
|
|
<h4 class="panel-title">
|
|
|
<span class="label label-success">GET</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion3" href="#collapseOne3"> <span class="text-muted">/api/pay/sms</span></a>
|
|
|
<a data-toggle="collapse" data-parent="#accordion3" href="#collapseOne3"> <span class="text-muted">/api/common/send</span></a>
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div id="collapseOne3" class="panel-collapse collapse">
|
...
|
...
|
@@ -686,7 +594,7 @@ |
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/sms" method="get" name="form3" id="form3">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/send" method="get" name="form3" id="form3">
|
|
|
<div class="form-group">
|
|
|
无
|
|
|
</div>
|
...
|
...
|
@@ -730,11 +638,13 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<h2></h2>
|
|
|
<hr>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading" id="heading-4">
|
|
|
<h4 class="panel-title">
|
|
|
<span class="label label-success">GET</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion4" href="#collapseOne4"> <span class="text-muted">/api/pay/send_sms</span></a>
|
|
|
<a data-toggle="collapse" data-parent="#accordion4" href="#collapseOne4"> <span class="text-muted">/api/notify/picOrderNotify</span></a>
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div id="collapseOne4" class="panel-collapse collapse">
|
...
|
...
|
@@ -778,7 +688,7 @@ |
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/send_sms" method="get" name="form4" id="form4">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/notify/picOrderNotify" method="get" name="form4" id="form4">
|
|
|
<div class="form-group">
|
|
|
无
|
|
|
</div>
|
...
|
...
|
@@ -822,11 +732,13 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<h2>支付接口</h2>
|
|
|
<hr>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading" id="heading-5">
|
|
|
<h4 class="panel-title">
|
|
|
<span class="label label-success">GET</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion5" href="#collapseOne5"> <span class="text-muted">/api/pay/payOrderNotify</span></a>
|
|
|
<span class="label label-primary">POST</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion5" href="#collapseOne5"> 充值支付 <span class="text-muted">/api/pay/pay</span></a>
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div id="collapseOne5" class="panel-collapse collapse">
|
...
|
...
|
@@ -844,17 +756,51 @@ |
|
|
|
|
|
<div class="tab-pane active" id="info5">
|
|
|
<div class="well">
|
|
|
</div>
|
|
|
充值支付 </div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>Headers</strong></div>
|
|
|
<div class="panel-body">
|
|
|
无
|
|
|
<table class="table table-hover">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>名称</th>
|
|
|
<th>类型</th>
|
|
|
<th>必选</th>
|
|
|
<th>描述</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>token</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
<td>请求的Token</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
无
|
|
|
<table class="table table-hover">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>名称</th>
|
|
|
<th>类型</th>
|
|
|
<th>必选</th>
|
|
|
<th>描述</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>order_id</td>
|
|
|
<td>inter</td>
|
|
|
<td>是</td>
|
|
|
<td>订单id</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
...
|
...
|
@@ -868,11 +814,23 @@ |
|
|
<div class="row">
|
|
|
<div class="col-md-12">
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>Headers</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<div class="headers">
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="token">token</label>
|
|
|
<input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/payOrderNotify" method="get" name="form5" id="form5">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/pay" method="POST" name="form5" id="form5">
|
|
|
<div class="form-group">
|
|
|
无
|
|
|
<label class="control-label" for="order_id">order_id</label>
|
|
|
<input type="inter" class="form-control input-sm" id="order_id" required placeholder="订单id" name="order_id">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<button type="submit" class="btn btn-success send" rel="5">提交</button>
|
...
|
...
|
@@ -917,8 +875,8 @@ |
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading" id="heading-6">
|
|
|
<h4 class="panel-title">
|
|
|
<span class="label label-success">GET</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion6" href="#collapseOne6"> <span class="text-muted">/api/pay/vippayOrderNotify</span></a>
|
|
|
<span class="label label-primary">POST</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion6" href="#collapseOne6"> 开通会员支付 <span class="text-muted">/api/pay/vippay</span></a>
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div id="collapseOne6" class="panel-collapse collapse">
|
...
|
...
|
@@ -936,17 +894,51 @@ |
|
|
|
|
|
<div class="tab-pane active" id="info6">
|
|
|
<div class="well">
|
|
|
</div>
|
|
|
开通会员支付 </div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>Headers</strong></div>
|
|
|
<div class="panel-body">
|
|
|
无
|
|
|
<table class="table table-hover">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>名称</th>
|
|
|
<th>类型</th>
|
|
|
<th>必选</th>
|
|
|
<th>描述</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>token</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
<td>请求的Token</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
无
|
|
|
<table class="table table-hover">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>名称</th>
|
|
|
<th>类型</th>
|
|
|
<th>必选</th>
|
|
|
<th>描述</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>order_id</td>
|
|
|
<td>inter</td>
|
|
|
<td>是</td>
|
|
|
<td>订单id</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
...
|
...
|
@@ -960,11 +952,23 @@ |
|
|
<div class="row">
|
|
|
<div class="col-md-12">
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>Headers</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<div class="headers">
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="token">token</label>
|
|
|
<input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/vippayOrderNotify" method="get" name="form6" id="form6">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/vippay" method="POST" name="form6" id="form6">
|
|
|
<div class="form-group">
|
|
|
无
|
|
|
<label class="control-label" for="order_id">order_id</label>
|
|
|
<input type="inter" class="form-control input-sm" id="order_id" required placeholder="订单id" name="order_id">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<button type="submit" class="btn btn-success send" rel="6">提交</button>
|
...
|
...
|
@@ -1009,8 +1013,8 @@ |
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading" id="heading-7">
|
|
|
<h4 class="panel-title">
|
|
|
<span class="label label-success">GET</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion7" href="#collapseOne7"> <span class="text-muted">/api/pay/picOrderNotify</span></a>
|
|
|
<span class="label label-primary">POST</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion7" href="#collapseOne7"> 图片购买支付 <span class="text-muted">/api/pay/picpay</span></a>
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div id="collapseOne7" class="panel-collapse collapse">
|
...
|
...
|
@@ -1028,17 +1032,57 @@ |
|
|
|
|
|
<div class="tab-pane active" id="info7">
|
|
|
<div class="well">
|
|
|
</div>
|
|
|
图片购买支付 </div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>Headers</strong></div>
|
|
|
<div class="panel-body">
|
|
|
无
|
|
|
<table class="table table-hover">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>名称</th>
|
|
|
<th>类型</th>
|
|
|
<th>必选</th>
|
|
|
<th>描述</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>token</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
<td>请求的Token</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
无
|
|
|
<table class="table table-hover">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>名称</th>
|
|
|
<th>类型</th>
|
|
|
<th>必选</th>
|
|
|
<th>描述</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>order_id</td>
|
|
|
<td>inter</td>
|
|
|
<td>是</td>
|
|
|
<td>订单id</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>type</td>
|
|
|
<td>inter</td>
|
|
|
<td>是</td>
|
|
|
<td>支付方式 1 为余额支付 2为微信支付</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
...
|
...
|
@@ -1052,11 +1096,27 @@ |
|
|
<div class="row">
|
|
|
<div class="col-md-12">
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>Headers</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<div class="headers">
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="token">token</label>
|
|
|
<input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/picOrderNotify" method="get" name="form7" id="form7">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/picpay" method="POST" name="form7" id="form7">
|
|
|
<div class="form-group">
|
|
|
无
|
|
|
<label class="control-label" for="order_id">order_id</label>
|
|
|
<input type="inter" class="form-control input-sm" id="order_id" required placeholder="订单id" name="order_id">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="type">type</label>
|
|
|
<input type="inter" class="form-control input-sm" id="type" required placeholder="支付方式 1 为余额支付 2为微信支付" name="type">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<button type="submit" class="btn btn-success send" rel="7">提交</button>
|
...
|
...
|
@@ -1102,7 +1162,7 @@ |
|
|
<div class="panel-heading" id="heading-8">
|
|
|
<h4 class="panel-title">
|
|
|
<span class="label label-success">GET</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion8" href="#collapseOne8"> <span class="text-muted">/api/pay/getopenid</span></a>
|
|
|
<a data-toggle="collapse" data-parent="#accordion8" href="#collapseOne8"> <span class="text-muted">/api/pay/sms</span></a>
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div id="collapseOne8" class="panel-collapse collapse">
|
...
|
...
|
@@ -1146,7 +1206,7 @@ |
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/getopenid" method="get" name="form8" id="form8">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/sms" method="get" name="form8" id="form8">
|
|
|
<div class="form-group">
|
|
|
无
|
|
|
</div>
|
...
|
...
|
@@ -1190,13 +1250,11 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<h2>公共接口</h2>
|
|
|
<hr>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading" id="heading-9">
|
|
|
<h4 class="panel-title">
|
|
|
<span class="label label-success">GET</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion9" href="#collapseOne9"> <span class="text-muted">/api/common/test_pdf</span></a>
|
|
|
<a data-toggle="collapse" data-parent="#accordion9" href="#collapseOne9"> <span class="text-muted">/api/pay/send_sms</span></a>
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div id="collapseOne9" class="panel-collapse collapse">
|
...
|
...
|
@@ -1240,7 +1298,7 @@ |
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/test_pdf" method="get" name="form9" id="form9">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/send_sms" method="get" name="form9" id="form9">
|
|
|
<div class="form-group">
|
|
|
无
|
|
|
</div>
|
...
|
...
|
@@ -1288,7 +1346,7 @@ |
|
|
<div class="panel-heading" id="heading-10">
|
|
|
<h4 class="panel-title">
|
|
|
<span class="label label-success">GET</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion10" href="#collapseOne10"> 加载初始化 <span class="text-muted">/api/common/init</span></a>
|
|
|
<a data-toggle="collapse" data-parent="#accordion10" href="#collapseOne10"> <span class="text-muted">/api/pay/payOrderNotify</span></a>
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div id="collapseOne10" class="panel-collapse collapse">
|
...
|
...
|
@@ -1306,7 +1364,7 @@ |
|
|
|
|
|
<div class="tab-pane active" id="info10">
|
|
|
<div class="well">
|
|
|
加载初始化 </div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>Headers</strong></div>
|
|
|
<div class="panel-body">
|
...
|
...
|
@@ -1316,36 +1374,7 @@ |
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<table class="table table-hover">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>名称</th>
|
|
|
<th>类型</th>
|
|
|
<th>必选</th>
|
|
|
<th>描述</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>version</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
<td>版本号</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>lng</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
<td>经度</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>lat</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
<td>纬度</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
无
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
...
|
...
|
@@ -1361,18 +1390,9 @@ |
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/init" method="get" name="form10" id="form10">
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="version">version</label>
|
|
|
<input type="string" class="form-control input-sm" id="version" required placeholder="版本号" name="version">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="lng">lng</label>
|
|
|
<input type="string" class="form-control input-sm" id="lng" required placeholder="经度" name="lng">
|
|
|
</div>
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/payOrderNotify" method="get" name="form10" id="form10">
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="lat">lat</label>
|
|
|
<input type="string" class="form-control input-sm" id="lat" required placeholder="纬度" name="lat">
|
|
|
无
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<button type="submit" class="btn btn-success send" rel="10">提交</button>
|
...
|
...
|
@@ -1417,8 +1437,8 @@ |
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading" id="heading-11">
|
|
|
<h4 class="panel-title">
|
|
|
<span class="label label-primary">POST</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion11" href="#collapseOne11"> 上传文件 <span class="text-muted">/api/common/upload</span></a>
|
|
|
<span class="label label-success">GET</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion11" href="#collapseOne11"> <span class="text-muted">/api/pay/vippayOrderNotify</span></a>
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div id="collapseOne11" class="panel-collapse collapse">
|
...
|
...
|
@@ -1436,7 +1456,7 @@ |
|
|
|
|
|
<div class="tab-pane active" id="info11">
|
|
|
<div class="well">
|
|
|
上传文件 </div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>Headers</strong></div>
|
|
|
<div class="panel-body">
|
...
|
...
|
@@ -1446,24 +1466,7 @@ |
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<table class="table table-hover">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>名称</th>
|
|
|
<th>类型</th>
|
|
|
<th>必选</th>
|
|
|
<th>描述</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>file</td>
|
|
|
<td>File</td>
|
|
|
<td>是</td>
|
|
|
<td>文件流</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
无
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
...
|
...
|
@@ -1479,10 +1482,9 @@ |
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/upload" method="POST" name="form11" id="form11">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/vippayOrderNotify" method="get" name="form11" id="form11">
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="file">file</label>
|
|
|
<input type="File" class="form-control input-sm" id="file" required placeholder="文件流" name="file">
|
|
|
无
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<button type="submit" class="btn btn-success send" rel="11">提交</button>
|
...
|
...
|
@@ -1528,7 +1530,7 @@ |
|
|
<div class="panel-heading" id="heading-12">
|
|
|
<h4 class="panel-title">
|
|
|
<span class="label label-success">GET</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion12" href="#collapseOne12"> <span class="text-muted">/api/common/send</span></a>
|
|
|
<a data-toggle="collapse" data-parent="#accordion12" href="#collapseOne12"> <span class="text-muted">/api/pay/picOrderNotify</span></a>
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div id="collapseOne12" class="panel-collapse collapse">
|
...
|
...
|
@@ -1572,7 +1574,7 @@ |
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/send" method="get" name="form12" id="form12">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/picOrderNotify" method="get" name="form12" id="form12">
|
|
|
<div class="form-group">
|
|
|
无
|
|
|
</div>
|
...
|
...
|
@@ -1616,13 +1618,11 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<h2></h2>
|
|
|
<hr>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading" id="heading-13">
|
|
|
<h4 class="panel-title">
|
|
|
<span class="label label-success">GET</span>
|
|
|
<a data-toggle="collapse" data-parent="#accordion13" href="#collapseOne13"> <span class="text-muted">/api/notify/picOrderNotify</span></a>
|
|
|
<a data-toggle="collapse" data-parent="#accordion13" href="#collapseOne13"> <span class="text-muted">/api/pay/getopenid</span></a>
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div id="collapseOne13" class="panel-collapse collapse">
|
...
|
...
|
@@ -1666,7 +1666,7 @@ |
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>参数</strong></div>
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/notify/picOrderNotify" method="get" name="form13" id="form13">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/getopenid" method="get" name="form13" id="form13">
|
|
|
<div class="form-group">
|
|
|
无
|
|
|
</div>
|
...
|
...
|
@@ -7530,7 +7530,7 @@ |
|
|
|
|
|
<div class="row mt0 footer">
|
|
|
<div class="col-md-6" align="left">
|
|
|
Generated on 2020-03-11 11:13:44 </div>
|
|
|
Generated on 2020-03-11 12:15:22 </div>
|
|
|
<div class="col-md-6" align="right">
|
|
|
<a href="https://www.fastadmin.net" target="_blank">FastAdmin</a>
|
|
|
</div>
|
...
|
...
|
|