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) }