public class RoutingExtractor extends java.lang.Object implements SignParameterExtractor
Routing rules:
/ability/ → AbilityHeaderExtractor/pms/ → PmsHeaderExtractorWechatQueryExtractorDefaultExtractor (standard ShenYu version-based)Note: The /api/ path is handled specially by
CustomSignService
because it requires parsing the request body, which is not available in the extractor.
| 构造器和说明 |
|---|
RoutingExtractor() |
| 限定符和类型 | 方法和说明 |
|---|---|
SignParameters |
extract(org.springframework.http.HttpRequest httpRequest)
Extracts signParameters from httpRequest.
|
public SignParameters extract(org.springframework.http.HttpRequest httpRequest)
SignParameterExtractorextract 在接口中 SignParameterExtractorhttpRequest - httpRequestCopyright © 2026 The Apache Software Foundation. All rights reserved.