This commit is contained in:
邹宗楠
2024-12-13 17:00:58 +08:00
parent 77e30e583b
commit 5fa49d0b98
7 changed files with 38 additions and 17 deletions

View File

@@ -32,7 +32,7 @@ func TestPickUp(t *testing.T) {
func TestOrderQuery(t *testing.T) {
jdParams := map[string]interface{}{
"orderId": "2423124647018693",
"orderId": "2429933823001193",
}
result, totalCount, err := api.OrderQuery(jdParams)
if err != nil {