FXSend/MobsetApi/MobsetApiSoap.Templrate_SendSms.req.xml
2025-02-28 17:05:50 +08:00

33 lines
1008 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:ns1="http://tempuri.org/">
<SOAP-ENV:Body>
<ns1:Templrate_SendSms>
<ns1:CorpID>0</ns1:CorpID>
<ns1:LoginName></ns1:LoginName>
<ns1:Password></ns1:Password>
<ns1:TimeStamp></ns1:TimeStamp>
<ns1:AddNum></ns1:AddNum>
<ns1:Timer></ns1:Timer>
<ns1:MobileList>
<ns1:MobileListGroup>
<ns1:Mobile></ns1:Mobile>
<ns1:MsgID></ns1:MsgID>
</ns1:MobileListGroup>
<ns1:MobileListGroup>
<ns1:Mobile></ns1:Mobile>
<ns1:MsgID></ns1:MsgID>
</ns1:MobileListGroup>
</ns1:MobileList>
<ns1:TemplateID>0</ns1:TemplateID>
<ns1:ParamList></ns1:ParamList>
<ns1:ParamList></ns1:ParamList>
</ns1:Templrate_SendSms>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>