Module: Lanmao::Api::Trade::DownloadCheckfile

Defined in:
lib/lanmao/api/trade/download_checkfile.rb

Instance Method Summary collapse

Instance Method Details

#download_checkfile(file_date) ⇒ Hash

对账文件下载



17
18
19
20
21
22
23
24
25
26
27
28
# File 'lib/lanmao/api/trade/download_checkfile.rb', line 17

def download_checkfile(file_date)

  service = "DOWNLOAD_CHECKFILE"

  params = {
    fileDate: file_date
  }

  res = operate_post(:operate, service, params, :service)

  res
end