REQ-3502: 添加bizCode和subBizCode
This commit is contained in:
parent
634d62ef80
commit
89a632ba30
@ -155,9 +155,7 @@ class CardParser {
|
||||
if (bizBody.getCardButtons() == null)
|
||||
bizBody.setCardButtons(new ArrayList<>());
|
||||
CardButton imButton = new CardButton();
|
||||
|
||||
if (bizBody.getCardButtons().size() < cardProps.getMaxSendingCardButtonsCount())
|
||||
bizBody.getCardButtons().add(imButton);
|
||||
bizBody.getCardButtons().add(imButton);
|
||||
|
||||
String actionPerformed = buttonInterceptor
|
||||
.getActionPerformedName(button)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user