a
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package jdshopapi
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
@@ -24,7 +23,11 @@ func TestGetDeliveryCompany(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetOrder(t *testing.T) {
|
||||
fmt.Println(len("13153183146800000100"))
|
||||
// result, err := api.GetOrder(orderID, isStatus)
|
||||
// if err != nil {
|
||||
// t.Fatal(err)
|
||||
// }
|
||||
// t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func TestVoucherInfoGet(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user