;; project.clj
[vinurs/aliyun-dysms-clj "0.1.6"]
;; your ns
(ns test (:require [aliyun-dysms-clj.core :refer [send-sms]]))
(aliyun-dysms-setconfig! {:access-key-id "xxxxxxx"
:access-key-secret "xxxxxxxxxxx"})
(send-sms {:TemplateCode "SMS_xxxxxxxx"
:TemplateParam "your template param"
:PhoneNumbers "your phoneNumbers"
:SignName "your signame"
:OutId "your outid”})
Copyright © 2018 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close