curl --location --request GET 'https://test-api.yunjishop.cn/member/app/v1/withdrawRecord/queryWithdrawData/'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"userId": 0,
"withdrawableFee": 0,
"withdrawnFee": 0,
"withdrawableFeePigCoin": 0,
"withdrawableFeeRmb": 0
}
}