浏览代码

add collection

visuddhinanda 2 年之前
父节点
当前提交
2149a6b40a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dashboard/src/components/api/Article.ts

+ 1 - 0
dashboard/src/components/api/Article.ts

@@ -140,6 +140,7 @@ export interface IAnthologyCreateRequest {
 export interface IArticleMapRequest {
 export interface IArticleMapRequest {
   id?: string;
   id?: string;
   collect_id?: string;
   collect_id?: string;
+  collection?: { id: string; title: string };
   article_id?: string;
   article_id?: string;
   level: number;
   level: number;
   title: string;
   title: string;