1
This commit is contained in:
@@ -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("", ",")))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user