1
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"git.rosy.net.cn/baseapi/utils"
|
"git.rosy.net.cn/baseapi/utils"
|
||||||
"git.rosy.net.cn/jx-callback/globals"
|
"git.rosy.net.cn/jx-callback/globals"
|
||||||
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
@@ -406,15 +407,6 @@ func TestCreateCouponAct(t *testing.T) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestGetStoreNDiscount(t *testing.T) {
|
func TestCcc(t *testing.T) {
|
||||||
//discountResult, err := api.GetStoreNDiscount(fromStoreId)
|
fmt.Println(len(strings.Split("", ",")))
|
||||||
//if err != nil {
|
|
||||||
// return
|
|
||||||
//}
|
|
||||||
//for _, v := range discountResult {
|
|
||||||
// api.CreateStoreNDiscount()
|
|
||||||
//}
|
|
||||||
//globals.SugarLogger.Debugf("dicountResult=%v", discountResult)
|
|
||||||
//globals.SugarLogger.Debugf("err =%v", err)
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user