From b44233b421d46517a4c63e6fd93346ce96f4899c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 10 Sep 2024 13:47:01 +0800 Subject: [PATCH] 1 --- platformapi/mtwmapi/act_copy_test.go | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/platformapi/mtwmapi/act_copy_test.go b/platformapi/mtwmapi/act_copy_test.go index 066fcf67..2c3f9576 100644 --- a/platformapi/mtwmapi/act_copy_test.go +++ b/platformapi/mtwmapi/act_copy_test.go @@ -5,6 +5,7 @@ import ( "fmt" "git.rosy.net.cn/baseapi/utils" "git.rosy.net.cn/jx-callback/globals" + "strings" "testing" "time" ) @@ -406,15 +407,6 @@ func TestCreateCouponAct(t *testing.T) { } -func TestGetStoreNDiscount(t *testing.T) { - //discountResult, err := api.GetStoreNDiscount(fromStoreId) - //if err != nil { - // return - //} - //for _, v := range discountResult { - // api.CreateStoreNDiscount() - //} - //globals.SugarLogger.Debugf("dicountResult=%v", discountResult) - //globals.SugarLogger.Debugf("err =%v", err) - +func TestCcc(t *testing.T) { + fmt.Println(len(strings.Split("", ","))) }