From 41ec5d894ba158d43c4a50ed129baf0943a84649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 20 Jun 2022 14:03:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E5=85=A5=E9=A9=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jdapi/order_test.go | 2 +- platformapi/qywxapi/qywxapi_test.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/platformapi/jdapi/order_test.go b/platformapi/jdapi/order_test.go index 988037aa..2e9dc403 100644 --- a/platformapi/jdapi/order_test.go +++ b/platformapi/jdapi/order_test.go @@ -71,7 +71,7 @@ func TestModifySellerDelivery(t *testing.T) { } func TestOrderSerllerDelivery(t *testing.T) { - result, err := api.OrderSerllerDelivery("813344594000041", "") + result, err := api.OrderSerllerDelivery("2214638129000073", "自配送") if err != nil { t.Fatal(err.Error()) } diff --git a/platformapi/qywxapi/qywxapi_test.go b/platformapi/qywxapi/qywxapi_test.go index 6ac56953..6f7fccc8 100644 --- a/platformapi/qywxapi/qywxapi_test.go +++ b/platformapi/qywxapi/qywxapi_test.go @@ -23,4 +23,5 @@ func init() { func TestYear(t *testing.T) { fmt.Println(strings.Contains("abc", "a1")) + fmt.Println(2&2 != 0) }