- 重要修改相关的函数新增trackInfo参数,追踪修改人.接口类型改变
This commit is contained in:
@@ -46,7 +46,7 @@ func TestQueryStockCenter(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestBatchUpdateVendibility(t *testing.T) {
|
||||
result, err := api.BatchUpdateVendibility("100130", "", []*StockVendibility{
|
||||
result, err := api.BatchUpdateVendibility("", "100130", "", []*StockVendibility{
|
||||
&StockVendibility{
|
||||
OutSkuId: "26919",
|
||||
DoSale: true,
|
||||
@@ -59,7 +59,7 @@ func TestBatchUpdateVendibility(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestUpdateVendibility(t *testing.T) {
|
||||
result, err := api.UpdateVendibility([]*QueryStockRequest{
|
||||
result, err := api.UpdateVendibility("", []*QueryStockRequest{
|
||||
&QueryStockRequest{
|
||||
StationNo: "11053496",
|
||||
SkuId: 2012224772,
|
||||
|
||||
Reference in New Issue
Block a user