fastadmin中epay微信支付宝整合插件bug app无法支付
报错信息:
[ error ] [0]类型错误: Return value of addons\epay\library\Response::jsonSerialize() must be an instance of addons\epay\library\mixed, string returned[/www/wwwroot/fast-admin/addons/epay/library/Response.php:14]
代码地址:

解决办法:
删除:jsonSerialize()后面的: mixed 因为: mixed是PHP8.0才支持的语法
