feat(send): pass record_id and tenant_code, accept async response

This commit is contained in:
2026-07-10 12:26:05 +08:00
parent 302e0ab442
commit 82d1450182
3 changed files with 23 additions and 8 deletions

View File

@@ -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 {