修改门店
This commit is contained in:
@@ -18,3 +18,10 @@ func TestCreateShopCategory(t *testing.T) {
|
||||
}
|
||||
api.CreateShopCategory(CreateShopCategoryParams)
|
||||
}
|
||||
|
||||
func TestUpdateStoreStatus(t *testing.T) {
|
||||
err := api.UpdateStoreStatus(24330156, 6)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user