This commit is contained in:
邹宗楠
2022-12-29 09:53:40 +08:00
parent 541aab34fa
commit dbaec5faed
3 changed files with 6 additions and 4 deletions

View File

@@ -58,9 +58,9 @@ func TestDelVipPrice(t *testing.T) {
//}
func TestBatchUpdateVendibility(t *testing.T) {
result, err := api.BatchUpdateVendibility("", "100130", "", []*StockVendibility{
result, err := api.BatchUpdateVendibility("", "800302", "", []*StockVendibility{
&StockVendibility{
OutSkuId: "26919",
OutSkuId: "6042945",
DoSale: true,
},
}, "test")