+ jdapi.AddByStoreAndSkus
This commit is contained in:
@@ -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())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user