切换导航条
此项目
正在载入...
登录
何书鹏
/
anttest
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
何书鹏
4 years ago
提交
2cdbc71aca74ca09113a52203aa5fac6c5df20df
1 个父辈
682d6291
会员价
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
11 行增加
和
3 行删除
application/api/controller/Goods.php
public/api.html
application/api/controller/Goods.php
查看文件 @
2cdbc71
...
...
@@ -121,6 +121,7 @@ class Goods extends Base
"dispatch_type": "express",
"dispatch_ids": "1",
"deletetime": null,
"member_price": 1.2, //会员价
"activity": { //活动信息
"id": 7,
"title": "秒杀测试",
...
...
@@ -146,9 +147,10 @@ class Goods extends Base
"sales": 0,
"sn": "",
"weight": 0,
"price": "0.01",
"price": "0.01",
//价格
"goods_sku_text": null,
"status": "up",
"member_price": 6, //会员价
"activity_type": "seckill",
"activity_id": 7,
"item_goods_sku_price": {
...
...
@@ -249,6 +251,7 @@ class Goods extends Base
"dispatch_type": "express", //发货方式:express=物流快递
"dispatch_ids": "1", //发货模板ID
"deletetime": null,
"member_price": 6, //会员价
"activity": { //活动
"id": 7, //活动ID
"title": "秒杀测试", //活动名称
...
...
@@ -277,6 +280,7 @@ class Goods extends Base
"price": "0.01", //价格
"goods_sku_text": null, //中文规格
"status": "up", //状态:up=上架
"member_price": 6, //会员价
"activity_type": "seckill", //活动类型:seckill=秒杀,grupon=拼团
"activity_id": 7, //活动ID
"item_goods_sku_price": {
...
...
public/api.html
查看文件 @
2cdbc71
...
...
@@ -8573,6 +8573,7 @@
"dispatch_type": "express", //发货方式:express=物流快递
"dispatch_ids": "1", //发货模板ID
"deletetime": null,
"member_price": 6, //会员价
"activity": { //活动
"id": 7, //活动ID
"title": "秒杀测试", //活动名称
...
...
@@ -8601,6 +8602,7 @@
"price": "0.01", //价格
"goods_sku_text": null, //中文规格
"status": "up", //状态:up=上架
"member_price": 6, //会员价
"activity_type": "seckill", //活动类型:seckill=秒杀,grupon=拼团
"activity_id": 7, //活动ID
"item_goods_sku_price": {
...
...
@@ -8793,6 +8795,7 @@
"dispatch_type": "express",
"dispatch_ids": "1",
"deletetime": null,
"member_price": 1.2, //会员价
"activity": { //活动信息
"id": 7,
"title": "秒杀测试",
...
...
@@ -8818,9 +8821,10 @@
"sales": 0,
"sn": "",
"weight": 0,
"price": "0.01",
"price": "0.01",
//价格
"goods_sku_text": null,
"status": "up",
"member_price": 6, //会员价
"activity_type": "seckill",
"activity_id": 7,
"item_goods_sku_price": {
...
...
@@ -11106,7 +11110,7 @@
<div
class=
"row mt0 footer"
>
<div
class=
"col-md-6"
align=
"left"
>
Generated on 2021-01-
11 20:01:09
</div>
Generated on 2021-01-
26 14:55:24
</div>
<div
class=
"col-md-6"
align=
"right"
>
<a
href=
"./"
target=
"_blank"
>
My Website
</a>
</div>
...
...
请
注册
或
登录
后发表评论