This commit is contained in:
邹宗楠
2024-09-10 13:47:01 +08:00
parent 5883e7180c
commit b44233b421

View File

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