银豹修改价格尝试

This commit is contained in:
苏尹岚
2020-03-27 15:07:06 +08:00
parent 46aab83aa6
commit 21ff04a78d
3 changed files with 5 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ type StoreSkuInfo struct {
ActPrice int64 `json:"actPrice,omitempty"`
VendorActID string `json:"vendorActID,omitempty"`
IsSpecialty int `json:"isSpecialty,omitempty"`
JxPrice int `json:"jxPrice,omitempty"`
JxPrice int64 `json:"jxPrice,omitempty"`
}
type StoreSkuInfoWithErr struct {