{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"userId": 0,
"currency": 0,
"type": 0,
"remake": "string"
}
curl --location --request PUT 'https://test.51vive.com/system/integrate' \
--header 'Content-Type: application/json' \
--data-raw '{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"userId": 0,
"currency": 0,
"type": 0,
"remake": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}