terraform 支持"{}",不支持"[]" request_config { protocol = "HTTP" method = "GET" path = "/users/{userId}/name" mode = "MAPPING" } 但阿里云API gateway中需配置的path为/users/[userId]/name