curl --location --request GET 'https://test-api.yunjishop.cn/member/voiceSign/list'
{
"total": 0,
"rows": [
{
"userId": 0,
"nickname": "string",
"phoneNumber": "string",
"voiceUrl": "string",
"seconds": "string",
"status": 0,
"auditTime": "2019-08-24T14:15:22Z",
"uploadTime": "2019-08-24T14:15:22Z"
}
],
"code": 0,
"msg": "string"
}