物料库存查询修改
This commit is contained in:
@@ -74,14 +74,7 @@ func TestGetTrackMessagePlusByOrder(t *testing.T) {
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
func TestSearchShopStock(t *testing.T) {
|
||||
result, err := api.SearchShopStock(&SearchShopStockParam{
|
||||
RequestId: utils.GetUUID(),
|
||||
DeptNo: DepartmentNo,
|
||||
ShopNo: ShopNo,
|
||||
PageSize: 1000,
|
||||
// GoodsNo: "EMG4418111359846",
|
||||
PageNumber: 1,
|
||||
})
|
||||
result, err := api.SearchShopStock("")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user