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

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

Instance Method Summary collapse

Instance Method Details

#download_checkfileHash

对账文件下载



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

def download_checkfile()

  params = {
  }

  res = operate_post()

  Lanmao.logger.info res

  res
end