增加权限控制:禁止非模板短信、禁止客户端发送,权限从 corp.SDK 及 Users.SDK 读取

This commit is contained in:
lujiang 2025-02-28 17:03:29 +08:00
parent a72202bfb5
commit f38992c33a
9 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -8862,6 +8862,7 @@ try
long lMobileCount=0;
CSendPub::SendPub_Mms Sms={0};
Sms.bDXY = true;//是短信易发送
Sms.lCorpID = m_lCorpID;
Sms.lUserID = m_lUserID;
_tcscpy(Sms.szIP , m_szIP);
@ -9000,6 +9001,7 @@ try
CSendPub::SendPub_Mms Sms={0};
Sms.bDXY = true;//是短信易发送
Sms.lCorpID = m_lCorpID;
Sms.lUserID = m_lUserID;
_tcscpy(Sms.szIP , m_szIP);