diff --git a/customer/user/wallet.go b/customer/user/wallet.go index a9ae2c0..89f1ae8 100644 --- a/customer/user/wallet.go +++ b/customer/user/wallet.go @@ -11,10 +11,9 @@ type wallet struct { type walletType uint // 费用类型 const ( - WalletTypeIncome walletType = 1 // 收入 - WalletTypeExpend walletType = 2 // 支出 - WalletTypeBack = 3 // 退款 - WalletTypeConsumption = 4 // 消费 + WalletTypeIncome walletType = 1 // 收入 + WalletTypeExpend walletType = 2 // 支出 + WalletTypeBack walletType = 3 // 退款 WalletStatusHandle = 1 // 处理中 WalletStatusSuccess = 2 // 成功 diff --git a/supply/sku.go b/supply/sku.go index 084d9ab..0485bb6 100644 --- a/supply/sku.go +++ b/supply/sku.go @@ -167,6 +167,8 @@ func (s *sku) Lists(ctx context.Context, args ArgsSkuLists) (reply ReplySkuList, type SkuEsSearch struct { SourceId uint // 所属供应商 + SourceSonId uint // 沙马供应商的供应商Id + SourceSkuId uint // 供应商SkuId SourceStatus uint // 供应商上下架状态 1=上架 2=下架 PlatformStatus uint // 平台上下架状态 1=上架 2=下架 SkuId uint // Sku编码