{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"topicId": 0,
"name": "string",
"totalHeat": 0,
"todayRead": 0,
"todayDiscuss": 0,
"refStoryQty": 0,
"topicTag": 0,
"status": 0
}
curl --location --request PUT 'https://test-api.yunjishop.cn/member/topic' \
--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": {}
},
"topicId": 0,
"name": "string",
"totalHeat": 0,
"todayRead": 0,
"todayDiscuss": 0,
"refStoryQty": 0,
"topicTag": 0,
"status": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}