修改门店

This commit is contained in:
苏尹岚
2020-05-15 17:28:57 +08:00
parent d8662a6da4
commit a3b43b646c
6 changed files with 50 additions and 6 deletions

View File

@@ -27,6 +27,17 @@ func TestCreateEntityStore(t *testing.T) {
t.Log(utils.Format4Output(result, false))
}
func TestUpdateEntityStore(t *testing.T) {
err := api.UpdateEntityStore(&UpdateEntityStoreParam{
StoreID: 24330156,
Name: "京西菜市门店1",
})
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
}
func TestGetProvince(t *testing.T) {
result, err := api.GetProvince()
if err != nil {