hjsoup

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2022 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProductCodeDto

type ProductCodeDto struct {
	ProductCode      string   // 商品条码
	ProductCodeImage string   // 商品条形码图片
	CompanyName      string   // 企业名称
	CompanyAddress   string   // 企业注册地址
	ProductName      string   // 产品名称
	ProductCategory  string   // 产品分类
	Brand            string   // 品牌
	ProductSpec      string   // 产品规格
	StandardNo       string   // 标准号
	StandardName     string   // 标准名称
	ProductExp       string   // 保质期
	UpMarketTime     string   // 上市日期
	DownMarketTime   string   // 下市日期
	ProductImageList []string // 图片列表
}

ProductCodeDto 商品条码信息

func SearchByProductCode

func SearchByProductCode(productCode string, debug bool) (*ProductCodeDto, error)

SearchByProductCode 根据商品条码查询商品信息,警告:此方法仅供学习参考,禁止用于商业

@productCode	商品条码
@debug			是否开启debug

func SearchByProductCodeCache

func SearchByProductCodeCache(productCode string, debug bool) (productCodeDto *ProductCodeDto, err error)

SearchByProductCodeCache 根据商品条码查询商品信息,优先基于本地缓存,警告:此方法仅供学习参考,禁止用于商业 @productCode 商品条码

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL