+ jdapi.AddByStoreAndSkus

This commit is contained in:
gazebo
2019-09-04 11:44:31 +08:00
parent 188abb987a
commit 975305a32d
2 changed files with 20 additions and 0 deletions

View File

@@ -244,3 +244,10 @@ func TestGetByOrderNoForOaos(t *testing.T) {
t.Fatal(err.Error())
}
}
func TestCheckSelfPickCode(t *testing.T) {
err := api.CheckSelfPickCode("", "921241806000842", "test")
if err != nil {
t.Fatal(err.Error())
}
}