This commit is contained in:
邹宗楠
2022-11-18 17:30:13 +08:00
parent 29c6e6d00a
commit 51b3eec863
5 changed files with 41 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
package jdapi
import (
"fmt"
"git.rosy.net.cn/baseapi"
"git.rosy.net.cn/baseapi/utils"
"testing"
@@ -167,4 +168,5 @@ func TestQueryMerchantMemberInfo(t *testing.T) {
}
func Test1111(t *testing.T) {
fmt.Println(len("我爱你 ml1"))
}