Example #1
0
function queryAll()
{
    $data = EmotionService::queryAllEmotion();
    echo json_encode($data);
}