Last updated 9 months ago
调整客户的额度
bizType=fund.admin.CustomerAdjustProposalAdminDubboService.addCustomerAdjustProposal
{{auto_token}}
0.0.1
{{mock_trace}}
客户编号
账户id
发送赠金的币种
玩法类型:1是合约全仓
固定值4
发放赠金数量,正数是发放赠金,负数是回扣赠金
固定true
选填
curl -L \ --request POST \ --url 'https://pre-api-test.cmfbl.com/openapi-b/fund.admin.CustomerAdjustProposalAdminDubboService.addCustomerAdjustProposal' \ --header 'token: text' \ --header 'version: text' \ --header 'trace: text' \ --header 'Content-Type: application/json' \ --data '"{\r \"customerNo\": \"{{customerNo}}\",\r \"accountId\": {{accountId}},\r \"accountCurrency\": \"USDT\",\r \"tradeType\": 1,\r \"businessType\": 4,\r \"amount\": 5,\r \"withdraw\": true,\r \"remark\": \"test\"\r }"'
{ "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" }