curl --location --request GET 'https://test-api.yunjishop.cn/member/exchangeCode/exchangeRecordList?recordId=&codeId=&userId=&exchangeTime=&amount='
{
"total": 0,
"rows": [
{
"recordId": 0,
"codeId": 0,
"userId": 0,
"nickname": "string",
"exchangeTime": "2019-08-24T14:15:22Z",
"type": "PIG_COIN",
"amount": 0
}
],
"code": 0,
"msg": "string"
}