This commit is contained in:
邹宗楠
2024-11-19 17:44:28 +08:00
parent 5d92b8c0a8
commit 1d3ce6bd4c
12 changed files with 81 additions and 112 deletions

View File

@@ -4,7 +4,6 @@ import (
"fmt"
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/globals"
"strings"
"testing"
)
@@ -34,11 +33,6 @@ func TestGetSkuCategoryByName(t *testing.T) {
globals.SugarLogger.Debugf("data:=%v", err)
}
func Test222(t *testing.T) {
fmt.Println(1&256 == 0)
fmt.Println(strings.Split("120220915001877", "_")[0])
}
//
//func TestQueryChildCategoriesForOP(t *testing.T) {
// result, err := api.QueryChildCategoriesForOP(0)