dever 4 anni fa
parent
commit
7eee485e50
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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()
     public function getContent()
     {
     {
-        $data['info_id'] = $this->id;
+        $data['info_id'] = $this->id_code;
         $data['page_id'] = $this->page_id;
         $data['page_id'] = $this->page_id;
         $data['parent_page_id'] = $this->parent_page_id;
         $data['parent_page_id'] = $this->parent_page_id;
         $data['index'] = $this->index;
         $data['index'] = $this->index;