PYTHON SDK
v2.0.3
|
네임스페이스 | |
send_lms | |
변수 | |
string | send_lms.api_key = "#ENTER_YOUR_OWN#" |
This sample code demonstrate how to send sms through CoolSMS Rest API PHP. 더 자세히 ... | |
string | send_lms.api_secret = "#ENTER_YOUR_OWN#" |
send_lms.params = dict() | |
4 params(to, from, type, text) are mandatory. 더 자세히 ... | |
send_lms.cool = Message(api_key, api_secret) | |
send_lms.response = cool.send(params) | |