修改门店
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user