no message
This commit is contained in:
parent
0324205206
commit
9880bf912f
1 changed files with 3 additions and 2 deletions
|
|
@ -7897,15 +7897,16 @@ export class ProfileController extends Controller {
|
|||
},
|
||||
},
|
||||
});
|
||||
profileNoti.map((x) => ({
|
||||
let _profileNoti = profileNoti.map((x) => ({
|
||||
receiverUserId: x.id,
|
||||
notiLink: "",
|
||||
}));
|
||||
console.log(profileNoti);
|
||||
await new CallAPI()
|
||||
.PostData(req, "/placement/noti/profiles", {
|
||||
subject: body.subject,
|
||||
body: body.body,
|
||||
receiverUserIds: profileNoti,
|
||||
receiverUserIds: _profileNoti,
|
||||
payload: "", //แนบไฟล์
|
||||
isSendMail: true,
|
||||
isSendInbox: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue