[TOC]
简要描述
请求URL
https://wbhtest.hrtn.net/digit/agent/margin/prv-margin-log/rechargePaymentOrAdjust
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
marginId |
是 |
long |
页面保证金账户id值 |
operate |
是 |
int |
操作类型 0充值缴费 1调整 |
acountConsume |
缴费充值操作-是 |
BigDecimal |
缴费金额 |
serialurl |
缴费充值操作-是 |
string |
缴费凭证 |
acountBalance |
调整操作-是 |
BigDecimal |
调整后金额 |
note |
调整操作-是 |
string |
备注 |
返回示例
{
"success": true,
"retCode": "0",
"retMsg": "操作成功",
"retData": null
}
返回参数说明
参数名 |
类型 |
说明 |
retCode |
string |
0:操作成功 -1:失败 |
retMsg |
string |
成功失败提示信息 |