OwenZhang
OwenZhang
  ![Uploading image.png…]() 小问题,链接404 https://www.workerman.net/workerman-jsonrpc
[2022-06-07 14:09:32] Implicit conversion from float 1.2 to int loses precision {"exception":"ErrorException: Implicit conversion from float 1.2 to int loses precision in D:\\owenzhang\\webman-admin\\app\\admin\\controller\\Login.php:142 解决办法 
ErrorException: Implicit conversion from float 1654581791.96246 to int loses precision in D:\owenzhang\webman-admin\app\common\middleware\ActionHook.php:111 Stack trace: #0 [internal function]: {closure}() #1 D:\owenzhang\webman-admin\app\common\middleware\ActionHook.php(111): date() #2 D:\owenzhang\webman-admin\app\common\middleware\ActionHook.php(65): app\common\middleware\ActionHook->recordLog() #3 D:\owenzhang\webman-admin\vendor\workerman\webman-framework\src\App.php(245): app\common\middleware\ActionHook->process() #4 D:\owenzhang\webman-admin\vendor\workerman\webman-framework\src\App.php(330): Webman\App::Webman\{closure}()...
安装包依赖 composer install 报错 Problem 1 Root composer.json requires webman/think-orm ^1.0 -> satisfiable by webman/think-orm[v1.0.2]. webman/think-orm v1.0.2 requires topthink/think-orm ^2.0.53 -> found topthink/think-orm[2.0.x-dev] but it does not match your minimum-stability...
### PHP version 8.1 ### irazasyed/telegram-bot-sdk version 3.9 ### Laravel version (if any) _No response_ ### Code To Reproduce the bug https://telegram-bot-sdk.com/docs/guides/keyboards/ Reply Keyboard Markup $reply_markup = Keyboard::make() ->setResizeKeyboard(true) ->setOneTimeKeyboard(true)...