feat(send): pass record_id and tenant_code, accept async response
This commit is contained in:
@@ -899,6 +899,8 @@ public class SendService {
|
||||
if (account != null && StringUtils.hasText(account.getAccountId())) {
|
||||
extra.put("account_id", account.getAccountId());
|
||||
}
|
||||
extra.put("record_id", record.getId());
|
||||
extra.put("tenant_code", record.getTenantCode());
|
||||
messageRequest.setExtra(extra);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user