|
@@ -3055,7 +3055,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>
|
|
|
+ <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">
|
|
@@ -3077,7 +3112,20 @@
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pricing/goodslist" method="POST" name="form20" id="form20">
|
|
|
<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="20">提交</button>
|
|
@@ -3168,7 +3216,48 @@
|
|
|
<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>
|
|
|
+ <tr>
|
|
|
+ <td>after_sale</td>
|
|
|
+ <td>string</td>
|
|
|
+ <td>是</td>
|
|
|
+ <td>售后服务</td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel panel-default">
|
|
@@ -3190,7 +3279,24 @@
|
|
|
<div class="panel-body">
|
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/pricing/gooddetail" method="POST" name="form21" id="form21">
|
|
|
<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">
|
|
|
</div>
|
|
|
<div class="form-group form-group-submit">
|
|
|
<button type="submit" class="btn btn-success send" rel="21">提交</button>
|
|
@@ -5244,12 +5350,6 @@
|
|
|
<td>密码</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td>email</td>
|
|
|
- <td>string</td>
|
|
|
- <td>是</td>
|
|
|
- <td>邮箱</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
<td>mobile</td>
|
|
|
<td>string</td>
|
|
|
<td>是</td>
|
|
@@ -5292,10 +5392,6 @@
|
|
|
<input type="string" class="form-control input-sm" id="password" required placeholder="密码" name="password">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label class="control-label" for="email">email</label>
|
|
|
- <input type="string" class="form-control input-sm" id="email" required placeholder="邮箱" name="email">
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
<label class="control-label" for="mobile">mobile</label>
|
|
|
<input type="string" class="form-control input-sm" id="mobile" required placeholder="手机号" name="mobile">
|
|
|
</div>
|
|
@@ -7330,7 +7426,7 @@
|
|
|
|
|
|
</div>
|
|
|
<div class="col-md-6" align="right">
|
|
|
- Generated on 2023-05-16 13:50:46 <a href="./" target="_blank">宙斯维创</a>
|
|
|
+ Generated on 2023-05-17 10:51:27 <a href="./" target="_blank">宙斯维创</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
|