1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user