文档
测试

担保取钱列表

GET
{{url}}/api/my/guaranteepricelist

请求参数

参数名
类型
描述
必填
id
担保id
必填

说明 / 示例

```language { "code": 1, "msg": "ok", "data": [ { "id": 2, "user_id": 2,---------------申请人用户id "type": 2,------------------取款类型1取自己的钱2取对方的钱 "to_user_id": 34,------------接收人用户id "guarantee_id": 33,---------担保id "price": 1,-----------------申请金额,单位分 "is_agree": 0,---------------------对方是否确认0否1是2拒绝 "create_time": 1631252365, "update_time": 1631252365 } ] } ```