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("", ","))) }