Infinity links AI Assistant
I am your AI assistant, what is not clear you can ask me oh!
Message API
SMS HTTP API Documentation
Update Log
Update Log Version Description Author Date v1.3 1. Added error code=1102. Added Java, PHP ...
Interface Description
Interface Description Important Notes: The message content (UTF-8 encoded) needs to be converted...
Single SMS Sending
Request URL https://{domain}/sms/send?spid=xx&pwd=xx&das=xx×tamp=xx&sm=x Request Method GET...
Multiple SMS Sending
Request URL https://{domain}/sms/rsend Request Method POST Content-Type: application/x-www-fo...
SMS Delivery Status Query
Request URL https://{domain}/sms/state?spid=xx&pwd=xx×tamp=xx&msgid=xx Request Method GET P...
Appendix-Hexadecimal conversion in Java and PHP
Java String to Hexadecimal public static String strToHex(String str) { String st = ""; tr...