(request cmd
payload
&
{:keys [merchantID merchantKey api debug?]
: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")
debug? false}
:as opts})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close