|
@@ -4019,42 +4019,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>name</td>
|
|
|
- <td>string</td>
|
|
|
- <td>是</td>
|
|
|
- <td>商品名称</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>price</td>
|
|
|
- <td>string</td>
|
|
|
- <td>是</td>
|
|
|
- <td>价格</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>retail</td>
|
|
|
- <td>string</td>
|
|
|
- <td>是</td>
|
|
|
- <td>划线价格</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>image</td>
|
|
|
- <td>string</td>
|
|
|
- <td>是</td>
|
|
|
- <td>商品图片</td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
+ 无
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
@@ -4076,20 +4041,7 @@
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pricing/goodslist" method="POST" name="form27" id="form27">
|
|
|
<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="price">price</label>
|
|
|
- <input type="string" class="form-control input-sm" id="price" required placeholder="价格" name="price">
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <label class="control-label" for="retail">retail</label>
|
|
|
- <input type="string" class="form-control input-sm" id="retail" required placeholder="划线价格" name="retail">
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <label class="control-label" for="image">image</label>
|
|
|
- <input type="string" class="form-control input-sm" id="image" required placeholder="商品图片" name="image">
|
|
|
+ 无
|
|
|
</div>
|
|
|
<div class="form-group form-group-submit">
|
|
|
<button type="submit" class="btn btn-success send" rel="27">提交</button>
|
|
@@ -4112,7 +4064,37 @@
|
|
|
<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>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td>name</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>商品名称</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>price</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>价格</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>retail</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>划线价格</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>image</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>商品图片</td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -4191,34 +4173,10 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
- <td>name</td>
|
|
|
- <td>string</td>
|
|
|
- <td>是</td>
|
|
|
- <td>商品名称</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>price</td>
|
|
|
- <td>string</td>
|
|
|
- <td>是</td>
|
|
|
- <td>价格</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>retail</td>
|
|
|
- <td>string</td>
|
|
|
- <td>是</td>
|
|
|
- <td>划线价格</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>image</td>
|
|
|
- <td>string</td>
|
|
|
- <td>是</td>
|
|
|
- <td>商品图片</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>after_sale</td>
|
|
|
+ <td>id</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
|
- <td>售后服务</td>
|
|
|
+ <td>产品id</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
@@ -4243,24 +4201,8 @@
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pricing/gooddetail" method="POST" name="form28" id="form28">
|
|
|
<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="price">price</label>
|
|
|
- <input type="string" class="form-control input-sm" id="price" required placeholder="价格" name="price">
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <label class="control-label" for="retail">retail</label>
|
|
|
- <input type="string" class="form-control input-sm" id="retail" required placeholder="划线价格" name="retail">
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <label class="control-label" for="image">image</label>
|
|
|
- <input type="string" class="form-control input-sm" id="image" required placeholder="商品图片" name="image">
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <label class="control-label" for="after_sale">after_sale</label>
|
|
|
- <input type="string" class="form-control input-sm" id="after_sale" required placeholder="售后服务" name="after_sale">
|
|
|
+ <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 form-group-submit">
|
|
|
<button type="submit" class="btn btn-success send" rel="28">提交</button>
|
|
@@ -4283,7 +4225,42 @@
|
|
|
<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>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td>name</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>商品名称</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>price</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>价格</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>retail</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>划线价格</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>image</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>商品图片</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>after_sale</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>售后服务</td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -10028,7 +10005,7 @@
|
|
|
|
|
|
</div>
|
|
|
<div class="col-md-6" align="right">
|
|
|
- Generated on 2023-05-19 13:42:33 <a href="./" target="_blank">宙斯维创</a>
|
|
|
+ Generated on 2023-05-19 14:07:03 <a href="./" target="_blank">宙斯维创</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
|