提交 934724f0 authored 作者: 屈传平's avatar 屈传平

Merge branch 'featrue/suning'

...@@ -24,9 +24,9 @@ type GoodsListReq struct { ...@@ -24,9 +24,9 @@ type GoodsListReq struct {
type GoodsListRes struct { type GoodsListRes struct {
SnResponseContent struct { SnResponseContent struct {
SnHead struct { SnHead struct {
TotalSize string `json:"totalSize"` TotalSize int `json:"totalSize"`
PageTotal string `json:"pageTotal"` PageTotal int `json:"pageTotal"`
PageNo string `json:"pageNo"` PageNo int `json:"pageNo"`
ReturnMessage string `json:"returnMessage"` ReturnMessage string `json:"returnMessage"`
} `json:"sn_head"` } `json:"sn_head"`
SnBody struct { SnBody struct {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论