{
"id": 0,
"logoPic": "string",
"wxTwoCode": "string",
"wxTwoCodeOssId": 0,
"vipTwoCode": "string",
"vipTwoCodeOssId": 0,
"userAgreement": "string",
"vipAgreement": "string",
"privacyPolicy": "string",
"usageGuidelines": "string",
"createTime": "2019-08-24T14:15:22Z",
"createBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"enable": true,
"deleted": true,
"tenantId": "string"
}
curl --location --request PUT 'https://test.51vive.com/xingxy/setUp' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"logoPic": "string",
"wxTwoCode": "string",
"wxTwoCodeOssId": 0,
"vipTwoCode": "string",
"vipTwoCodeOssId": 0,
"userAgreement": "string",
"vipAgreement": "string",
"privacyPolicy": "string",
"usageGuidelines": "string",
"createTime": "2019-08-24T14:15:22Z",
"createBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"enable": true,
"deleted": true,
"tenantId": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}