This commit is contained in:
邹宗楠
2024-09-26 09:18:43 +08:00
parent 312aefbf2c
commit ed24e8e777
4 changed files with 19 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": "2408169643015823",
"orderId": "2423124647018693",
}
result, totalCount, err := api.OrderQuery(jdParams)
if err != nil {
@@ -198,7 +198,7 @@ func TestProcessQuestionPic(t *testing.T) {
}
func TestCancelAndRefund(t *testing.T) {
err := api.CancelAndRefund("2421334508000321", "jxadmin", "协商一致")
err := api.CancelAndRefund("2423124647018693", "jxadmin", "协商一致")
if err != nil {
t.Fatal(err.Error())
}