增加权限控制:禁止非模板短信、禁止客户端发送,权限从 corp.SDK 及 Users.SDK 读取
This commit is contained in:
parent
a72202bfb5
commit
f38992c33a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user