Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录
切换导航
L
library
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
stbz
library
Commits
97c613ea
提交
97c613ea
authored
11月 22, 2022
作者:
屈传平
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'featrue/hdh'
上级
40d57ff5
89936256
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
8 行增加
和
3 行删除
+8
-3
hdh_goods.go
upstream/hdh/hdh_goods.go
+3
-2
hdh_order.go
upstream/hdh/hdh_order.go
+5
-1
没有找到文件。
upstream/hdh/hdh_goods.go
浏览文件 @
97c613ea
...
@@ -27,6 +27,7 @@ type GoodsNotifyRes struct {
...
@@ -27,6 +27,7 @@ type GoodsNotifyRes struct {
SkuNameValues
[]
SkuNameValues
`json:"skuNameValues"`
//规格信息
SkuNameValues
[]
SkuNameValues
`json:"skuNameValues"`
//规格信息
ThirdCateID
int
`json:"thirdCateId"`
//
ThirdCateID
int
`json:"thirdCateId"`
//
ThirdCateName
string
`json:"thirdCateName"`
//
ThirdCateName
string
`json:"thirdCateName"`
//
RichDesc
string
`json:"richDesc"`
//图文详情 html片段
}
}
type
ItemLimitCondition
struct
{
type
ItemLimitCondition
struct
{
CycleLimitQuantity
int
`json:"cycleLimitQuantity"`
//周期限购数量
CycleLimitQuantity
int
`json:"cycleLimitQuantity"`
//周期限购数量
...
@@ -36,9 +37,9 @@ type SkuChannels struct {
...
@@ -36,9 +37,9 @@ type SkuChannels struct {
ChannelName
string
`json:"channelName"`
//渠道名称
ChannelName
string
`json:"channelName"`
//渠道名称
ChannelType
string
`json:"channelType"`
//渠道类型
ChannelType
string
`json:"channelType"`
//渠道类型
ItemCode
string
`json:"itemCode"`
//商品编码 如果系统需要在会订货系统导入
ItemCode
string
`json:"itemCode"`
//商品编码 如果系统需要在会订货系统导入
OriginalPrice
int
`json:"originalPrice"`
//原价
OriginalPrice
float64
`json:"originalPrice"`
//原价
Price
float64
`json:"price"`
//现价
Price
float64
`json:"price"`
//现价
SalesStatus
float64
`json:"salesStatus"`
//商品销售状态(0为不可售 1可售)
SalesStatus
int
`json:"salesStatus"`
//商品销售状态(0为不可售 1可售)
Stock
int
`json:"stock"`
//当前渠道商品的库存数
Stock
int
`json:"stock"`
//当前渠道商品的库存数
}
}
type
SkuValues
struct
{
type
SkuValues
struct
{
...
...
upstream/hdh/hdh_order.go
浏览文件 @
97c613ea
...
@@ -32,6 +32,10 @@ type OrderSkuList struct {
...
@@ -32,6 +32,10 @@ type OrderSkuList struct {
type
OerCreateRes
struct
{
type
OerCreateRes
struct
{
Code
string
`json:"code"`
Code
string
`json:"code"`
Data
struct
{
OrderNum
string
`json:"orderNum"`
UserOrderNum
string
`json:"userOrderNum"`
}
`json:"data"`
Message
string
`json:"message"`
Message
string
`json:"message"`
Success
int
`json:"success"`
Success
int
`json:"success"`
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论