This commit is contained in:
苏尹岚
2021-02-20 16:24:21 +08:00
parent 59af8ea51a
commit e3ff21f49e
5 changed files with 55 additions and 26 deletions

View File

@@ -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) {