From 6b79ebf012542f93308d6a687cf64022dd731379 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Tue, 23 Jan 2024 13:42:35 +0800 Subject: [PATCH] 1 --- webapp/controller/EmojiController.class.php | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/webapp/controller/EmojiController.class.php b/webapp/controller/EmojiController.class.php index 33b361b5..cfa87fed 100644 --- a/webapp/controller/EmojiController.class.php +++ b/webapp/controller/EmojiController.class.php @@ -4,19 +4,19 @@ require_once('models/Emoji.php'); use models\Emoji; class EmojiController extends BaseAuthedController { - public function getEmojiList(){ - $this->_rspData(array( - 'data' => array( - array( - 'item_id'=>200001, - 'state'=>1, - ) - ), - 'use_emoji' => array(200001) - )); - } +// public function getEmojiList(){ +// $this->_rspData(array( +// 'data' => array( +// array( +// 'item_id'=>200001, +// 'state'=>1, +// ) +// ), +// 'use_emoji' => array(200001) +// )); +// } - public function getEmojiListOld(){ + public function getEmojiList(){ $list = Emoji::emojiList(); $uses = Emoji::getUseEmoji(); $data = array();