Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录
切换导航
L
library
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
stbz
library
Commits
d58a3587
提交
d58a3587
authored
7月 04, 2022
作者:
gukai
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
兼容盛创汇联渠道
上级
fe5073a4
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
23 行增加
和
23 行删除
+23
-23
define.go
upstream/schl/define.go
+23
-23
没有找到文件。
upstream/schl/define.go
浏览文件 @
d58a3587
...
@@ -29,29 +29,29 @@ type ListGoodsRes struct {
...
@@ -29,29 +29,29 @@ type ListGoodsRes struct {
}
}
type
ListGoodsItem
struct
{
type
ListGoodsItem
struct
{
Code
string
`json:"code"`
Code
string
`json:"code"`
Name
string
`json:"name"`
Name
string
`json:"name"`
ItemMainImg
string
`json:"itemMainImg"`
ItemMainImg
string
`json:"itemMainImg"`
Imgs
[]
string
`json:"imgs"`
Imgs
interface
{}
`json:"imgs"`
DetailImgs
[]
string
`json:"detailImgs"`
DetailImgs
interface
{}
`json:"detailImgs"`
GoodsVideo
string
`json:"goodsVideo"`
GoodsVideo
string
`json:"goodsVideo"`
ShareImg
string
`json:"shareImg"`
ShareImg
string
`json:"shareImg"`
ShareVideo
string
`json:"shareVideo"`
ShareVideo
string
`json:"shareVideo"`
MarketPrice
float64
`json:"marketPrice"`
MarketPrice
float64
`json:"marketPrice"`
MarketPriceTagImg
string
`json:"marketPriceTagImg"`
MarketPriceTagImg
string
`json:"marketPriceTagImg"`
NormalPrice
float64
`json:"normalPrice"`
NormalPrice
float64
`json:"normalPrice"`
Vip1Price
float64
`json:"vip1Price"`
Vip1Price
float64
`json:"vip1Price"`
Vip2Price
float64
`json:"vip2Price"`
Vip2Price
float64
`json:"vip2Price"`
CurrVipPrice
float64
`json:"currVipPrice"`
CurrVipPrice
float64
`json:"currVipPrice"`
MinBuyNum
int
`json:"minBuyNum"`
MinBuyNum
int
`json:"minBuyNum"`
PlusStep
int
`json:"plusStep"`
PlusStep
int
`json:"plusStep"`
Unit
string
`json:"unit"`
Unit
string
`json:"unit"`
Weight
float64
`json:"weight"`
Weight
float64
`json:"weight"`
Volume
float64
`json:"volume"`
Volume
float64
`json:"volume"`
Stock
int
`json:"stock"`
Stock
int
`json:"stock"`
State
int
`json:"state"`
State
int
`json:"state"`
ForbidBuyArea
string
`json:"forbidBuyArea"`
ForbidBuyArea
string
`json:"forbidBuyArea"`
SupplierFreightPayer
int
`json:"supplierFreightPayer"`
SupplierFreightPayer
int
`json:"supplierFreightPayer"`
CategoryGRList
[]
struct
{
CategoryGRList
[]
struct
{
C1
int
`json:"c1"`
C1
int
`json:"c1"`
C2
int
`json:"c2"`
C2
int
`json:"c2"`
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论