变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.2.0 | 2023年11月15日 | fain.mo | 新增 | |
V1.5.0 | 2024-06-17 | fain mo | 下线 |
code | msg | msg_cn |
---|---|---|
800003 | Change failed | 修改失败 |
800000 | Parameter exception | Parameter exception 参数异常 |
curl --location --request GET '/user/investor/list?fieldKey&from&id&page&pagesize&preId&preKey&sqlOrderField&sqlOrderType&to'
{
"code": 0,
"data": [
{
"appid": "string",
"createTime": "string",
"data": {
"property1": {},
"property2": {}
},
"fieldKey": "string",
"fileLink": "string",
"fileName": "string",
"id": "string",
"preId": "string",
"preKey": "string",
"updateTime": "string"
}
],
"msg": "string",
"success": true,
"traceId": "string"
}