This commit is contained in:
邹宗楠
2023-01-09 14:56:58 +08:00
parent f5f8b03e9b
commit 0f2b858d1a
4 changed files with 31 additions and 10 deletions

View File

@@ -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",
},
},