【已過時】MsgSender..::..SendByPhone Method (String, String)

【已過時】按用户绑定的手机号进行发送消息

Namespace:  PDSS.CivetPublic.User
Assembly:  PDSS.CivetPublic.User (in PDSS.CivetPublic.User.dll)

Syntax


public string SendByPhone(
	string Text,
	string Phone
)
Public Function SendByPhone ( _
	Text As String, _
	Phone As String _
) As String
public:
String^ SendByPhone(
	String^ Text, 
	String^ Phone
)

Parameters

Text
Type: String
要发送的文字消息内容,支持HTML的A标签
Phone
Type: String
用户绑定的手机号

也接收“手机号_工号”的数据格式

Return Value

操作结果:true/false/异常信息