美团配送,高德
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user