切换导航条
此项目
正在载入...
登录
景龙
/
feifangu
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
jinglong
5 years ago
提交
aeab93c73c40021585f26f7cedeca1e038563a23
1 个父辈
4e447a69
1 个管道 的构建
通过
耗费 1 秒
更新api文档
变更
1
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
15 行增加
和
1 行删除
public/api.html
public/api.html
查看文件 @
aeab93c
...
...
@@ -1536,6 +1536,12 @@
<td>
商品id(多个以逗号隔开,如:1,3,4)
</td>
</tr>
<tr>
<td>
price
</td>
<td>
string
</td>
<td>
是
</td>
<td>
商品金额(多个以逗号隔开,如:100,200,300)
</td>
</tr>
<tr>
<td>
total_goods_price
</td>
<td>
inter
</td>
<td>
是
</td>
...
...
@@ -1575,6 +1581,10 @@
<input
type=
"string"
class=
"form-control input-sm"
id=
"goods_id"
required
placeholder=
"商品id(多个以逗号隔开,如:1,3,4)"
name=
"goods_id"
>
</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=
"商品金额(多个以逗号隔开,如:100,200,300)"
name=
"price"
>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label"
for=
"total_goods_price"
>
total_goods_price
</label>
<input
type=
"inter"
class=
"form-control input-sm"
id=
"total_goods_price"
required
placeholder=
"商品总金额"
name=
"total_goods_price"
>
</div>
...
...
@@ -1624,6 +1634,10 @@
"type": "全场通用"//优惠券用途
"is_discount": "0"//是否为折扣(0:否,1:是)
"price_tag": 100 //折扣或者减少金额
"use_goods_id": [//适用商品id
"15",
"16"
]
},
{
"id": 10,
...
...
@@ -7385,7 +7399,7 @@
<div
class=
"row mt0 footer"
>
<div
class=
"col-md-6"
align=
"left"
>
Generated on 2019-12-0
7 15:25:46
</div>
Generated on 2019-12-0
9 11:06:12
</div>
<div
class=
"col-md-6"
align=
"right"
>
<a
href=
"https://www.fastadmin.net"
target=
"_blank"
>
FastAdmin
</a>
</div>
...
...
请
注册
或
登录
后发表评论