This commit is contained in:
邹宗楠
2025-07-21 17:42:59 +08:00
parent bf5eac8756
commit 5a4eb824d9
2 changed files with 6 additions and 2 deletions

View File

@@ -24,6 +24,10 @@ func TestQuerySingleOrder(t *testing.T) {
//}
}
func TestOrderShoudSettlementService(t *testing.T) {
api.OrderShoudSettlementService("325908312617")
}
func TestPickUp(t *testing.T) {
detile, err := api.OrderJDZBSelfDelivery("2223127747000074", "刘磊")
fmt.Println("detail===", detile)