(make-sign params
strParameter
&
{:keys [merchantKey]
:or {merchantKey (System/getProperty "waimai.daojia.merchantKey")}})
(request cmd
payload
&
{:keys [merchantID merchantKey api debug? version content-type]
:or {merchantID (System/getProperty "waimai.daojia.merchantID")
merchantKey (System/getProperty "waimai.daojia.merchantKey")
api (or (System/getProperty "waimai.daojia.api")
"https://openapi.daojia.com.cn")
version (System/getProperty "waimai.daojia.version")
content-type "application/json"
debug? (= (System/getProperty "waimai.debug") "true")}
:as opts})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close