|
|
@@ -163,7 +163,7 @@ const DiscussionListCardWidget = ({
|
|
|
studioName = sentInfo.data.studio.realName;
|
|
|
break;
|
|
|
}
|
|
|
- const urlTpl = `/v2/article?view=studio&name=${studioName}&subtitle=_template_discussion_topic_&content=true`;
|
|
|
+ const urlTpl = `/v2/article?view=template&studio_name=${studioName}&subtitle=_template_discussion_topic_&content=true`;
|
|
|
const resTpl = await get<IArticleListResponse>(urlTpl);
|
|
|
if (resTpl.ok) {
|
|
|
console.log("resTpl.data.rows", resTpl.data.rows);
|