叶小米
叶小米
@noplanman `CallbackqueryCommand.php` ```php /** * Main command execution * @return ServerResponse * @throws \Exception */ public function execute(): ServerResponse { $callback_query = $this->getCallbackQuery(); $callback_data = $callback_query->getData(); $data['inline_message_id'] = $callback_query->getId(); //$callback_query->getInlineMessageId();...
Thank you. I have found the problem and solved it
just Replace with $redisobj=new \Redis();
TP5能用吗?