@@ -192,6 +192,7 @@ int parse_json_to_struct(const char *json_string, Response *response)
cJSON *root = cJSON_Parse(json_string);
if (!root) {
fprintf(stderr, "Error parsing JSON: %s\n", cJSON_GetErrorPtr());
printf("%s\n", json_string);
return -1;
}
// 解析字段
The note is not visible to the blocked user.