REQ-3201: 添加发送成功状态
This commit is contained in:
parent
3040a52b5c
commit
3634dfcd20
@ -163,7 +163,7 @@ class CardParser {
|
|||||||
return bizBody;
|
return bizBody;
|
||||||
}
|
}
|
||||||
|
|
||||||
private List<AppLink> getNativeAppLinks(UrlConfig urlConfig) {
|
private static List<AppLink> getNativeAppLinks(UrlConfig urlConfig) {
|
||||||
if (urlConfig == null) return Collections.emptyList();
|
if (urlConfig == null) return Collections.emptyList();
|
||||||
NativeAppLinkUrlConfigVisitor visitor = new NativeAppLinkUrlConfigVisitor();
|
NativeAppLinkUrlConfigVisitor visitor = new NativeAppLinkUrlConfigVisitor();
|
||||||
UrlConfigWalker.walkDown(urlConfig, visitor);
|
UrlConfigWalker.walkDown(urlConfig, visitor);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user