This commit is contained in:
邹宗楠
2022-10-26 10:19:58 +08:00
parent 2249d006f9
commit 9bd1cee0d8
4 changed files with 43 additions and 36 deletions

View File

@@ -1,5 +1,10 @@
package jdapi
import (
"git.rosy.net.cn/baseapi/utils"
"testing"
)
//
//import (
// "testing"
@@ -42,14 +47,15 @@ package jdapi
// }
//}
//
//func TestGetStoreInfoByStationNo(t *testing.T) {
// result, err := api.GetStoreInfoByStationNo2("11946249")
// if err != nil {
// t.Fatal(err)
// }
// t.Log(utils.Format4Output(result, false))
//
//}
func TestGetStoreInfoByStationNo(t *testing.T) {
result, err := api.GetStoreInfoByStationNo2("12002719")
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result, false))
}
//
//func TestUpdateStoreInfo4Open(t *testing.T) {
// result, err := api.GetStoreInfoByStationNo2(mustExistStoreID)