查询对账单
接口描述
查询对账单,返回iframe的url地址
API
/api/open/bill/iframe-url
- 参数格式
POST application/x-www-form-urlencoded
- 入参
参数名称 | 类型 | 是否必填 | 描述 |
---|---|---|---|
token | String | yes | 授权时获取的 access token |
code | String | yes | 编码类型,企业对账:DJH_QY_SUPPLIER_BILL_URL,社区对账:DJH_SQ_SUPPLIER_BILL_URL,福袋对账:DJH_FD_SUPPLIER_BILL_URL |
- 出参
参数名称 | 类型 | 描述 |
---|---|---|
url | String | url地址 |
- 出参示例
{
"success": true,
"code": 200,
"message": "操作成功",
"data": {
},
"stackTrace": null
}