Liking cljdoc? Tell your friends :D

waimai.meituan


make-signclj

(make-sign api secret cmd params)

生成签名

生成签名
sourceraw docstring

requestclj

(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? (= (System/getProperty "waimai.debug") "true")}
          :as opts})

请求美团外卖开放平台api

请求美团外卖开放平台api
sourceraw docstring

uploadclj

(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})

上传图片

上传图片
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close