|
@@ -271,11 +271,11 @@
|
|
|
<span class="label label-success pull-right noneedlogin">登</span>
|
|
|
</span>
|
|
|
</a>
|
|
|
- <a href="javascript:;" data-id="31" class="list-group-item">pay_no <span class="tag">
|
|
|
+ <a href="javascript:;" data-id="31" class="list-group-item">加入购物车 <span class="tag">
|
|
|
<span class="label label-success pull-right noneedlogin">登</span>
|
|
|
</span>
|
|
|
</a>
|
|
|
- <a href="javascript:;" data-id="32" class="list-group-item">加入购物车 <span class="tag">
|
|
|
+ <a href="javascript:;" data-id="32" class="list-group-item">申请开票 <span class="tag">
|
|
|
<span class="label label-success pull-right noneedlogin">登</span>
|
|
|
</span>
|
|
|
</a>
|
|
@@ -354,6 +354,7 @@
|
|
|
</span>
|
|
|
</a>
|
|
|
<a href="javascript:;" data-id="51" class="list-group-item">重置密码 <span class="tag">
|
|
|
+ <span class="label label-success pull-right noneedlogin">登</span>
|
|
|
</span>
|
|
|
</a>
|
|
|
</div>
|
|
@@ -4319,7 +4320,54 @@
|
|
|
<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>deploy_type</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>部署方式0自己部署 1授权部署</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>deploy</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>授权部署信息(授权部署时传)</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>type</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>1页面下单,2是购物车下单</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>cart_id</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>购物车id(购物车下单时传)</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>goods_id</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>商品id</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>amount_real</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>订单金额</td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
@@ -4341,7 +4389,28 @@
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pricing/place_order" method="POST" name="form29" id="form29">
|
|
|
<div class="form-group">
|
|
|
- 无
|
|
|
+ <label class="control-label" for="deploy_type">deploy_type</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="deploy_type" required placeholder="部署方式0自己部署 1授权部署" name="deploy_type">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="deploy">deploy</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="deploy" required placeholder="授权部署信息(授权部署时传)" name="deploy">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="type">type</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="type" required placeholder="1页面下单,2是购物车下单" name="type">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="cart_id">cart_id</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="cart_id" required placeholder="购物车id(购物车下单时传)" name="cart_id">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="goods_id">goods_id</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="goods_id" required placeholder="商品id" name="goods_id">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="amount_real">amount_real</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="amount_real" required placeholder="订单金额" name="amount_real">
|
|
|
</div>
|
|
|
<div class="form-group form-group-submit">
|
|
|
<button type="submit" class="btn btn-success send" rel="29">提交</button>
|
|
@@ -4500,7 +4569,7 @@
|
|
|
<div class="panel-heading" id="heading-31">
|
|
|
<h4 class="panel-title">
|
|
|
<span class="label label-success">GET</span>
|
|
|
- <a data-toggle="collapse" data-parent="#accordion31" href="#collapseOne31"> pay_no <span class="text-muted">/api/pricing/pay_no</span></a>
|
|
|
+ <a data-toggle="collapse" data-parent="#accordion31" href="#collapseOne31"> 加入购物车 <span class="text-muted">/api/pricing/add_cart</span></a>
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div id="collapseOne31" class="panel-collapse collapse">
|
|
@@ -4518,7 +4587,7 @@
|
|
|
|
|
|
<div class="tab-pane active" id="info31">
|
|
|
<div class="well">
|
|
|
- pay_no </div>
|
|
|
+ 加入购物车 </div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>权限</strong></div>
|
|
|
<div class="panel-body">
|
|
@@ -4565,7 +4634,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel-body">
|
|
|
- <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pricing/pay_no" method="get" name="form31" id="form31">
|
|
|
+ <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pricing/add_cart" method="get" name="form31" id="form31">
|
|
|
<div class="form-group">
|
|
|
无
|
|
|
</div>
|
|
@@ -4613,7 +4682,7 @@
|
|
|
<div class="panel-heading" id="heading-32">
|
|
|
<h4 class="panel-title">
|
|
|
<span class="label label-success">GET</span>
|
|
|
- <a data-toggle="collapse" data-parent="#accordion32" href="#collapseOne32"> 加入购物车 <span class="text-muted">/api/pricing/add_cart</span></a>
|
|
|
+ <a data-toggle="collapse" data-parent="#accordion32" href="#collapseOne32"> 申请开票 <span class="text-muted">/api/pricing/make_ticket</span></a>
|
|
|
</h4>
|
|
|
</div>
|
|
|
<div id="collapseOne32" class="panel-collapse collapse">
|
|
@@ -4631,7 +4700,7 @@
|
|
|
|
|
|
<div class="tab-pane active" id="info32">
|
|
|
<div class="well">
|
|
|
- 加入购物车 </div>
|
|
|
+ 申请开票 </div>
|
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading"><strong>权限</strong></div>
|
|
|
<div class="panel-body">
|
|
@@ -4658,7 +4727,102 @@
|
|
|
<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>id</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>订单id</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>invoice_type</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>发票类型 1普通发票2增值税发票</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>invoice_shape</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>发票形式 1纸质发票2电子发票</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>type</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>类型 1个人2企业</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>name</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>抬头名称</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>duty_paragraph</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>单位税号</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>address</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>注册地址</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>company_phone</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>公司电话</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>bank</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>银行</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>compellation</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>姓名</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>phone</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>个人电话</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>location</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>所在地</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>postcode</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>邮编</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>emial</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>邮箱</td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
@@ -4678,9 +4842,62 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel-body">
|
|
|
- <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pricing/add_cart" method="get" name="form32" id="form32">
|
|
|
+ <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pricing/make_ticket" method="get" name="form32" id="form32">
|
|
|
<div class="form-group">
|
|
|
- 无
|
|
|
+ <label class="control-label" for="id">id</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="id" required placeholder="订单id" name="id">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="invoice_type">invoice_type</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="invoice_type" required placeholder="发票类型 1普通发票2增值税发票" name="invoice_type">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="invoice_shape">invoice_shape</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="invoice_shape" required placeholder="发票形式 1纸质发票2电子发票" name="invoice_shape">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="type">type</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="type" required placeholder="类型 1个人2企业" name="type">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="name">name</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="name" required placeholder="抬头名称" name="name">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="duty_paragraph">duty_paragraph</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="duty_paragraph" required placeholder="单位税号" name="duty_paragraph">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="address">address</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="address" required placeholder="注册地址" name="address">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="company_phone">company_phone</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="company_phone" required placeholder="公司电话" name="company_phone">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="bank">bank</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="bank" required placeholder="银行" name="bank">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="compellation">compellation</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="compellation" required placeholder="姓名" name="compellation">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="phone">phone</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="phone" required placeholder="个人电话" name="phone">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="location">location</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="location" required placeholder="所在地" name="location">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="postcode">postcode</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="postcode" required placeholder="邮编" name="postcode">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="control-label" for="emial">emial</label>
|
|
|
+ <input type="string" class="form-control input-sm" id="emial" required placeholder="邮箱" name="emial">
|
|
|
</div>
|
|
|
<div class="form-group form-group-submit">
|
|
|
<button type="submit" class="btn btn-success send" rel="32">提交</button>
|
|
@@ -7118,7 +7335,7 @@
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>登录</td>
|
|
|
- <td>否</td>
|
|
|
+ <td>是</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>鉴权</td>
|
|
@@ -8378,7 +8595,7 @@
|
|
|
|
|
|
</div>
|
|
|
<div class="col-md-6" align="right">
|
|
|
- Generated on 2023-05-18 14:58:17 <a href="./" target="_blank">宙斯维创</a>
|
|
|
+ Generated on 2023-05-18 20:13:11 <a href="./" target="_blank">宙斯维创</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
|