- 京东门店信息查询相关的三个API返回值改为具体的struct

This commit is contained in:
gazebo
2019-05-17 17:13:25 +08:00
parent 677100b522
commit 4a82d71f0d
4 changed files with 51 additions and 25 deletions

View File

@@ -9,8 +9,8 @@ import (
)
const (
mustExistStoreID = "11738324"
mustExistStoreJXID = "100285"
mustExistStoreID = "11053496"
mustExistStoreJXID = "2"
)
func TestGetAllCities(t *testing.T) {