This commit is contained in:
邹宗楠
2023-03-21 17:30:56 +08:00
parent 0db4f44fb1
commit 3d455abcda
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import (
"fmt"
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/globals"
"strings"
"testing"
)
@@ -41,6 +42,7 @@ func TestGetSkuCategoryByName(t *testing.T) {
func Test222(t *testing.T) {
fmt.Println(1&256 == 0)
fmt.Println(strings.Split("120220915001877", "_")[0])
}
//