提现审核 websocket测试 POST http://jdev.smfyun.com/dld/fund/approved 接口描述 request 参数 详情见说明 说明 / 示例 { "id": "20", 用户的ID "status": "1", //状态:1为同意 0为驳回 "withdrawCash": "20" //提现的金额 "description":"驳回的理由" } 返回的数据: { "code": "success", "message": "同意", "data": null }
{ "id": "20", 用户的ID "status": "1", //状态:1为同意 0为驳回 "withdrawCash": "20" //提现的金额 "description":"驳回的理由" } 返回的数据: { "code": "success", "message": "同意", "data": null }