From d856a1ffdc40290d3104c0131c504947cbfb0d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 31 Jul 2023 10:29:09 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/order_test.go | 4 ++-- platformapi/tao_vegetable/store_test.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platformapi/tao_vegetable/order_test.go b/platformapi/tao_vegetable/order_test.go index dc0985b3..a3143588 100644 --- a/platformapi/tao_vegetable/order_test.go +++ b/platformapi/tao_vegetable/order_test.go @@ -47,8 +47,8 @@ func TestQueryAfsOrderDetail(t *testing.T) { param := &request591.AlibabaWdkOrderRefundGetRequest{ OrderFrom: utils.Int64ToPointer(31), ShopId: nil, - StoreId: utils.String2Pointer("JX102751"), - RefundIds: &[]int64{1315405271}, + StoreId: utils.String2Pointer("JX100705"), + RefundIds: &[]int64{1313780273}, } data, err := apiTao.QueryAfsOrderDetail(param) globals.SugarLogger.Debugf("data := %s", utils.Format4Output(data, false)) diff --git a/platformapi/tao_vegetable/store_test.go b/platformapi/tao_vegetable/store_test.go index 5edd6205..19a30a4f 100644 --- a/platformapi/tao_vegetable/store_test.go +++ b/platformapi/tao_vegetable/store_test.go @@ -240,7 +240,7 @@ func TestUpdateStoreTest(t *testing.T) { } func TestDelete(t *testing.T) { - err := apiTao.ShopUpdateStatus("JX668594", -1) + err := apiTao.ShopUpdateStatus("JX668594", 1) if err != nil { fmt.Println(err) }