抖店api

This commit is contained in:
邹宗楠
2022-09-30 16:15:31 +08:00
parent cc6a1c5c1e
commit 31a3dce31b
134 changed files with 2002 additions and 292 deletions

View File

@@ -1,6 +1,7 @@
package jdapi
import (
"fmt"
"testing"
"git.rosy.net.cn/baseapi/utils"
@@ -21,6 +22,12 @@ func TestQuerySingleOrder(t *testing.T) {
//}
}
func TestPickUp(t *testing.T) {
detile, err := api.OrderJDZBSelfDelivery("2223127747000074", "刘磊")
fmt.Println("detail===", detile)
fmt.Println("detail===", err)
}
func TestOrderQuery(t *testing.T) {
jdParams := map[string]interface{}{
"orderId": "813344594000041",