额度调整
调整客户的额度
bizType=fund.admin.CustomerAdjustProposalAdminDubboService.addCustomerAdjustProposal
Header parameters
tokenstringRequiredExample:
{{auto_token}}
versionstringRequiredExample:
0.0.1
tracestringRequiredExample:
{{mock_trace}}
Body
customerNostringRequired
客户编号
accountIdintegerOptional
账户id
accountCurrencystringRequired
发送赠金的币种
tradeTypeintegerRequired
玩法类型:1是合约全仓
businessTypeintegerRequired
固定值4
amountnumberRequired
发放赠金数量,正数是发放赠金,负数是回扣赠金
withdrawbooleanRequired
固定true
remarkstringOptional
选填
Responses
200
成功
application/json
post
POST /openapi-b/fund.admin.CustomerAdjustProposalAdminDubboService.addCustomerAdjustProposal HTTP/1.1
Host: pre-api-test.cmfbl.com
token: text
version: text
trace: text
Content-Type: application/json
Accept: */*
Content-Length: 256
"{\r\n \"customerNo\": \"{{customerNo}}\",\r\n \"accountId\": {{accountId}},\r\n \"accountCurrency\": \"USDT\",\r\n \"tradeType\": 1,\r\n \"businessType\": 4,\r\n \"amount\": 5,\r\n \"withdraw\": true,\r\n \"remark\": \"test\"\r\n}"
200
成功
{
"msg": "Success",
"fail": false,
"trace": "t-7vgm5-bu0337-blbkp-024w3k84-1660120108",
"code": "0",
"data": true,
"bizCode": "",
"tm": 189,
"msgParams": null,
"ok": true,
"class": "com.cats.common.core.base.vo.BaseResult"
}
Last updated