Unknown column open_id in field list
This error message indicates that there is an attempt to select or reference a column called "open_id" in a MySQL or similar database, but that column does not exist in the specified table. To resolve this error, you will need to check the table structure and ensure that the column exists with the correct name and data type. If the column does not exist, you will need to add it to the table using an appropriate SQL command.
原文地址: https://www.cveoy.top/t/topic/buo4 著作权归作者所有。请勿转载和采集!