This commit is contained in:
邹宗楠
2022-08-11 18:36:16 +08:00
parent 76bcab3f71
commit a0b5cbcbc3
2 changed files with 44 additions and 1 deletions

View File

@@ -159,3 +159,9 @@ func TestAPI_OrderselfDeliveryStateSync(t *testing.T) {
t.Fatal(err)
}
}
func TestAggrent(t *testing.T) {
err := api.OrderAgreeReturnGoods("4648176604190697145", "1483635799404794")
if err != nil {
t.Fatal(err)
}
}