Created
May 6, 2013 05:07
-
-
Save John-Henrique/5523468 to your computer and use it in GitHub Desktop.
Arvore XML para enviar SMS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="iso-8859-1"?> | |
<sms> | |
<contato> | |
<numero_destino>550011112222</numero_destino> | |
<numero_origem>550011112222</numero_origem> | |
</contato> | |
<mensagem>mensagem 160 dígitos </mensagem> | |
<agendar>2016-05-15 00:00</agendar> | |
<token>a54d54ae7r84gfg1fh4g78h1mj4k7u</token> | |
<key>8qw4er8w4sdfg21hd2jf65u6uk8k9j89</key> | |
</sms> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment