This commit is contained in:
邹宗楠
2026-07-31 16:37:10 +08:00
parent 3607e83ece
commit 1db0197bbf
3 changed files with 12 additions and 5 deletions

View File

@@ -130,7 +130,7 @@ func TestNewAddSku(t *testing.T) {
}
func TestUpdateCurrentQty(t *testing.T) {
err1 := api.UpdateCurrentQty(utils.Int64ToStr(time.Now().Unix()), "23988364", 2023436550, 9999)
err1 := api.UpdateCurrentQty(utils.Int64ToStr(time.Now().Unix()), "23988364", 10214378230898, 9999)
fmt.Println(err1)
}