Merge branch 'master' of e.coding.net:rosydev/baseapi

This commit is contained in:
邹宗楠
2022-12-27 15:39:10 +08:00

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)
}