curl --location --request GET 'https://test-api.yunjishop.cn/member/unionIncomeRecord/unionIncomeRecordMonth?userId=0&incomeType=0&beginCreateTime=&endCreateTime=&createBy=&createTime=&updateBy=&updateTime=¶ms.key.key'
{
"code": 0,
"msg": "",
"trace": "",
"data": [
{
"userId": 0,
"unionIncomeAmount": 0.0,
"unionIncomeAmountType1": 0.0,
"unionIncomeAmountType2": 0.0,
"unionIncomeAmountType3": 0.0,
"unionIncomeAmountType4": 0.0,
"unionIncomeAmountType5": 0.0,
"nickname": "",
"createTime": ""
}
]
}