This commit is contained in:
richboo111
2022-12-27 15:25:21 +08:00
parent 563bdf67dc
commit a390dfa2e1

View File

@@ -11,3 +11,7 @@ func TestGetDispatcherInfo(t *testing.T) {
fmt.Println(dispatcherFee)
fmt.Println(err)
}
func TestCancelWaybill(t *testing.T) {
err := a.ShopOrderDispatcher(62490423, "5016287638112024287", 2)
fmt.Println(err)
}