京东修改门店状态无效,临时修改

This commit is contained in:
suyl
2020-05-02 13:28:24 +08:00
parent f1d789b724
commit c4e61671e6
3 changed files with 56 additions and 0 deletions

View File

@@ -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)
}