银豹修改价格尝试

This commit is contained in:
苏尹岚
2020-03-27 15:04:01 +08:00
parent c539a57c79
commit 46aab83aa6
3 changed files with 4 additions and 5 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"`
Price int `json:"jxPrice,omitempty"`
JxPrice int `json:"jxPrice,omitempty"`
}
type StoreSkuInfoWithErr struct {