抖店api
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user