(request cmd
params
&
{:keys [api app_id consumer_secret method debug?]
:or {api (or (System/getProperty "waimai.meituan.api")
"https://waimaiopen.meituan.com/api/v1/")
app_id (System/getProperty "waimai.meituan.app_id")
consumer_secret (System/getProperty
"waimai.meituan.consumer_secret")
method :get
debug? false}
:as opts})
(upload app_poi_code
filename
file
&
{:keys [api app_id consumer_secret]
:or {api (or (System/getProperty "waimai.meituan.api")
"https://waimaiopen.meituan.com/api/v1/")
app_id (System/getProperty "waimai.meituan.app_id")
consumer_secret (System/getProperty
"waimai.meituan.consumer_secret")}
:as opts})
上传图片
上传图片
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close