美团配送,高德

This commit is contained in:
苏尹岚
2020-09-24 18:26:29 +08:00
parent b703b3fcd8
commit c2425f98cf
6 changed files with 23 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
package jdshopapi
import (
"fmt"
"testing"
"git.rosy.net.cn/baseapi/utils"
@@ -23,11 +24,7 @@ func TestGetDeliveryCompany(t *testing.T) {
}
func TestGetOrder(t *testing.T) {
// err := api.GetOrder(120146365818)
// if err != nil {
// t.Fatal(err)
// }
// t.Log(utils.Format4Output(result, false))
fmt.Println(len("13153183146800000100"))
}
func TestVoucherInfoGet(t *testing.T) {
@@ -47,7 +44,7 @@ func TestKeyGet(t *testing.T) {
}
func TestGetOrderExtInfoByOrderId(t *testing.T) {
result, err := api.GetOrderExtInfoByOrderId("130427633633")
result, err := api.GetOrderExtInfoByOrderId("127152338712")
if err != nil {
t.Fatal(err)
}