商品相关接口

This commit is contained in:
lzh
2025-05-28 09:59:12 +08:00
parent 58cf9d920d
commit 20a3b65f01
6 changed files with 659 additions and 0 deletions

7
go.mod
View File

@@ -3,3 +3,10 @@ module git.ssgfgtfy.com/public/ssgf_utils
go 1.18.0
require github.com/pkg/errors v0.9.1
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)