This commit is contained in:
邹宗楠
2023-09-08 11:28:05 +08:00
parent e75f8d737e
commit 5c3f250abe
6 changed files with 45 additions and 9 deletions

View File

@@ -87,6 +87,10 @@ func TestOrderLogisticsStatus(t *testing.T) {
t.Log(utils.Format4Output(result, false))
}
func TestGetDeliveryPath(t *testing.T) {
api.GetDeliveryPath(1000713330160837459, "7821254")
}
func TestOrderLogisticsFee(t *testing.T) {
result, err := api.OrderLogisticsFee(1100709560902354698)
if err != nil {