curl --location --request GET 'https://test-api.yunjishop.cn/member/userWithdrawRecord/profitStatistics?userId=0&operatorType=&beginCreateTime=&endCreateTime=&pageSize=0&pageNum=0&orderByColumn=&isAsc='
{
"total": 0,
"rows": [
{
"userId": 0,
"price": 0.0,
"operatorType": "",
"createTime": ""
}
],
"code": 0,
"msg": ""
}