{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"userId": 0,
"authType": 0,
"educationCode": "string",
"educationCertificateNo": "string",
"auditStatus": 0,
"failReason": "string",
"auditTime": "2019-08-24T14:15:22Z",
"educationResponse": "string",
"educationCertificateName": "string"
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/userEducationAuth' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"userId": 0,
"authType": 0,
"educationCode": "string",
"educationCertificateNo": "string",
"auditStatus": 0,
"failReason": "string",
"auditTime": "2019-08-24T14:15:22Z",
"educationResponse": "string",
"educationCertificateName": "string"
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}