This commit is contained in:
邹宗楠
2023-01-13 17:25:09 +08:00
parent eec044c49c
commit a134b95fd0
7 changed files with 56 additions and 39 deletions

View File

@@ -1,6 +1,7 @@
package jdapi
import (
"fmt"
"git.rosy.net.cn/baseapi"
"git.rosy.net.cn/baseapi/utils"
"testing"
@@ -97,6 +98,12 @@ func TestGetCorporationInfo2(t *testing.T) {
baseapi.SugarLogger.Debug(utils.Format4Output(imgList, false))
}
func TestC(t *testing.T) {
a := 58
a = a | 56
fmt.Println(a)
}
//func TestGetStoreList(t *testing.T) {
// result, err := api.GetStoreList("104.054195", "30.581782")
// if err != nil {