curl --location --request GET 'https://test-api.yunjishop.cn/member/userEducationAuth/list'
{
"total": 0,
"rows": [
{
"userId": 0,
"authType": 0,
"educationCode": "string",
"educationCertificateNo": "string",
"educationResponse": "string",
"auditStatus": 0,
"failReason": "string",
"auditTime": "2019-08-24T14:15:22Z",
"nickname": "string",
"educationCertificateName": "string",
"createTime": "string"
}
],
"code": 0,
"msg": "string"
}