curl --location --request GET 'https://test-api.yunjishop.cn/member/exchangeCode/list?codeId=&type=&amount=&needRealAuth=&needFaceCompare=&welfareDesc=&status='
{
"total": 0,
"rows": [
{
"codeId": 0,
"code": "string",
"type": "PIG_COIN",
"amount": 0,
"status": 0,
"needRealAuth": 0,
"needFaceCompare": 0,
"welfareDesc": "string"
}
],
"code": 0,
"msg": "string"
}