This commit is contained in:
邹宗楠
2023-08-19 10:49:54 +08:00
parent 8e23122584
commit 3024f1ba5e
3 changed files with 19 additions and 3 deletions

View File

@@ -14,3 +14,7 @@ func TestFoodList(t *testing.T) {
}
// t.Log(result)
}
func TestGetSkuPurchasePrice(t *testing.T) {
api.GetSkuPurchasePrice("18048546", "16295939515")
}