一、GetRecSms(int Id, string Name, string Psw) 接口调用
接口说明:获取上行回复信息。
返回值:string 字符串
例如接口地址:http://IP:8280/service.asmx 查看调用方式,可点击网页的“GetRecSms”连接查看 Http Get 调用方式:http://IP:8280/service.asmx/GetRecSms?Id=string&Name=string&Psw=string 二、GetRecSmsStr (int Id, string Name, string Psw) 接口调用,返回不带XML属性值字符
接口说明:获取上行回复信息,调用参数及返回值说明,请参考 GetRecSms
返回值:字符串,该接口直接返回字符串,不带XML属性值字符 Http Get 调用方式:http://IP:8280/service.asmx/GetRecSmsStr?Id=string&Name=string&Psw=string
三、GetState(int Id, string Name, string Psw) 接口调用
接口说明:获取发送状态信息。
返回值:string 字符串
例如接口地址:http://IP:8280/service.asmx 查看调用方式,可点击网页的“GetState”连接查看 Http Get 调用方式:http://IP:8280/service.asmx/GetState?Id=string&Name=string&Psw=string 四、GetStateStr(int Id, string Name, string Psw) 接口调用,返回不带XML属性值字符
接口说明:获取发送状态信息,调用参数及返回值说明,请参考 GetState
返回值:字符串,该接口直接返回字符串,不带XML属性值字符 Http Get 调用方式:http://IP:8280/service.asmx/GetStateStr?Id=string&Name=string&Psw=string 备注:运营商发送信息的状态回执一般在72小时内返回,不是实时即发即返回状态报告的,如循环调用接口获取状态报告时,请最少间隔3秒以上,请不要无间断的扫描调用接口。 |