curl --location --request GET '/returnVisit/list'
{
"total": 0,
"rows": [
{
"id": 0,
"orderOnceCode": "string",
"intentionLevel": "string",
"visitResult": "string",
"visitEvaluate": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"remark": "string"
}
],
"code": 0,
"msg": "string"
}