【发布时间】:2021-12-13 18:55:16
【问题描述】:
我有一个场景,我需要在 Apigee Edge 网关中使用 BAsepath,并使用多个像这样的通配符
api/vi/customer/{多个单词}
多个单词可以如下所示。如果我使用 basepath 作为 api/vi/customer/* .
- 只接受一个词而不是多个词。如果通配符需要像下面这样的多个单词,解决方案是什么
api/vi/customer/account/id?a=1
api/vi/customer/帐户/名称
api/vi/customer/帐户/状态
【问题讨论】:
标签: apigee