This commit is contained in:
邹宗楠
2022-11-02 18:02:02 +08:00
parent d638b68060
commit c157969744
8 changed files with 28 additions and 27 deletions

View File

@@ -3,5 +3,5 @@ package delivery
import "testing"
func TestRider(t *testing.T) {
GetOrderRiderInfoToPlatform("144228632526740576")
GetOrderRiderInfoToPlatform("144228632526740576", 0)
}