订单修改

This commit is contained in:
苏尹岚
2020-07-30 11:43:34 +08:00
parent a738dc4359
commit f1cc8d5d2c
4 changed files with 13 additions and 28 deletions

View File

@@ -360,7 +360,7 @@ func TestDeleteSku(t *testing.T) {
}
func TestFindSkuById(t *testing.T) {
result, err := api.FindSkuById(69948250090)
result, err := api.FindSkuById(71538612626)
if err != nil {
t.Fatal(err)
}