1
This commit is contained in:
@@ -289,13 +289,13 @@ func TestRetailSkuSellStatus(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestRetailSellStatus(t *testing.T) {
|
||||
result, err := api.RetailSellStatus(utils.GetUUID(), "666975", []*BareStoreFoodInfo{
|
||||
result, err := api.RetailSellStatus(utils.GetUUID(), "13780950", []*BareStoreFoodInfo{
|
||||
&BareStoreFoodInfo{
|
||||
AppFoodCode: "6096035",
|
||||
AppFoodCode: "22781",
|
||||
Skus: []*BareStoreSkuInfo{
|
||||
&BareStoreSkuInfo{
|
||||
SkuID: "6096035",
|
||||
Price: "2.1",
|
||||
SkuID: "22781",
|
||||
Price: "18.7",
|
||||
Stock: "0",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user