dever 4 年 前
コミット
7eee485e50
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/collection/src/Api.php

+ 1 - 1
app/collection/src/Api.php

@@ -271,7 +271,7 @@ class Api extends Core
     # 获取合集下的内容
     public function getContent()
     {
-        $data['info_id'] = $this->id;
+        $data['info_id'] = $this->id_code;
         $data['page_id'] = $this->page_id;
         $data['parent_page_id'] = $this->parent_page_id;
         $data['index'] = $this->index;