京东修改门店状态无效,临时修改
This commit is contained in:
@@ -254,3 +254,13 @@ func TestSearchDeleteWare(t *testing.T) {
|
||||
}
|
||||
fmt.Println(utils.Format4Output(searchResults, false))
|
||||
}
|
||||
|
||||
func TestGetJdStoreID(t *testing.T) {
|
||||
result, err := api.GetJdStoreID(801246)
|
||||
fmt.Println("test1", result, err)
|
||||
}
|
||||
|
||||
func TestUpdateClosetStatus(t *testing.T) {
|
||||
err := api.UpdateClosetStatus(801246, 1)
|
||||
fmt.Println("test1", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user