fix a issue
This commit is contained in:
parent
5d721b2231
commit
63b083428f
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ $color = $account_row['color'];
|
|||
$verified = $account_row['verified'];
|
||||
$avatarUrl = $account_row['picture'];
|
||||
if ($account_row['description'] == "") {
|
||||
$description = null;
|
||||
$description = '""';
|
||||
} else {
|
||||
$description = '"' . $account_row['description'] . '"';
|
||||
}
|
||||
|
|
@ -76,4 +76,4 @@ echo '{"code": "", "data": {"count": 0, "records": [], "nextPage": null, "anchor
|
|||
}
|
||||
}
|
||||
$conn->close();
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue