This commit is contained in:
邹宗楠
2023-11-20 15:37:09 +08:00
parent 763580877a
commit d25f2e6fc1

View File

@@ -16,7 +16,7 @@ func TestGetDispatcherInfo(t *testing.T) {
}
func TestCancelWaybill(t *testing.T) {
err := a.ShopOrderDispatcher(64251630, "6923758679166948853", DispatcherFeeTypeCancel)
err := a.ShopOrderDispatcher(64269925, "6923932363316401710", DispatcherFeeTypeCancel)
fmt.Println(err)
}