简要描述:
- 租赁插件 押金变动明细接口
请求URL:
route =plugin.lease.Frontend.Modules.Deposit.Controllers.record.index
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
member_id | 可选 | int | 会员ID |
service_type | 可选 | int | 0全部记录,1收入,2,支出 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"source": 13,
"type": 1,
"created_at": "2017-06-19 16:21:21",
"type_name": "收入",
"source_name": "解冻押金"
}
}
错误时返回:
{
"result": 0,
"msg":"错误提示",
"data":{}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
source | int | 类型标示 |
type | int | 收入、支出标示 |
created_at | int | 创建时间 |
type_name | int | 收入, 支出 |
source_name | int | 业务类型 |
备注:
- 更多返回错误代码请看首页的错误代码描述