交易对账单下载地址查询(trade.statement.downloadurl.query) - shoufuyou/Shoufuyou-SDK-Doucument-for-core-client GitHub Wiki
###功能描述
method: trade.statement.downloadurl.query
商户请求首付游对账单下载地址查询
###请求参数说明
参数 | 参数名称 | 类型 | 必填 | 描述 | 范例 |
---|---|---|---|---|---|
statement_date | 对账单时间 | String | 是 | 账单时间:日对账单格式为yyyy-MM-dd,月对账单格式为yyyy-MM。 | 2016-04-05 |
###响应参数示例
{
statement_date:"2016-09-01"
}
###响应参数说明
参数 | 参数名称 | 类型 | 必填 | 描述 | 范例 |
---|---|---|---|---|---|
code | 返回结果码 | String | 是 | 10000-退款成功;非10000为错误码,退款失败 | 10000 |
message | 返回结果码对应的字符串解释 | String | 是 | 如code参数里的描述 | 请求成功 |
statement_download_url | 对账单下载地址 | String | 是 | 对账单下载链接,有效时间30秒 | http://download.shoufuyou.com/statement/2341adsfs22a |
###响应参数示例
{
code: "10000",
message: "请求成功",
statement_download_url: "http://download.shoufuyou.com/statement/2341adsfs22a"
}