curl --location --request GET 'https://test-api.yunjishop.cn/member/topic/list?topicId=&name=&totalHeat=&todayRead=&todayDiscuss=&topicTag=&status='
{
"total": 0,
"rows": [
{
"topicId": 0,
"name": "string",
"totalHeat": 0,
"todayRead": 0,
"todayDiscuss": 0,
"refStoryQty": 0,
"topicTag": 0,
"status": 0,
"createTime": "2019-08-24T14:15:22Z"
}
],
"code": 0,
"msg": "string"
}