您现在的位置是:crmeb 3.2.8版本发布商品提示Array to string conversion
crmeb 3.2.8版本发布商品提示Array to string conversion
修改文件app\admin\model\system\SystemMenus.php
public static function paramStr($params) { if (!is_array($params)) $params = json_decode($params, true) ?: []; $p = []; foreach ($params as $key => $param) { $p[] = $key; // 20200904 喻理 解决 Array to string conversion $p[] = is_array($param) ? 'Array' : $param; } return implode('/', $p); }
-
上一篇
没有了
-
下一篇
给自己一个跨界学习的理由
随便看看
站长简介
分类
最新文章
热门文章
- 微信支付退款结果通知解密
- 到ICANN投诉三五互联获取域名转移密码成功
- Linux修改密码提示passwd /usr/share/cracklib/pw_dict: error reading header
- {"errcode":45047,"errmsg":"out of response count limit hint]"}
- 微信html弹出点击右上角分享到朋友圈
- Apache禁用TRACE Method和添加X-frame-options响应头
- PHP将B转换为KB、MB、GB
- 构建微信公众号被动回复image图片消息xml
- mysqld_safe Number of processes running now
- CentOS使用chkconfig提示systemctl enable xxxx.service