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;