This commit is contained in:
邹宗楠
2022-08-28 12:03:03 +08:00
parent e2877db513
commit 343980cf2e
2 changed files with 9 additions and 0 deletions

View File

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