点击或拖拽改变大小

ClientVariablesSendSMS 方法

发送短信

命名空间:  Smobiler.Core
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public void SendSMS(
	string message,
	params string[] phoneNumbers
)

参数

message
类型:SystemString
短信内容
phoneNumbers
类型:SystemString
短信号码
备注
允许不指定短信号码,也可以指定一个或多个短信号码,当不指定短信号码时,那么需要在发送短信界面由操作者输入短信号码
参见