Open qiwen698 opened 3 years ago
"PHP Deprecated Warning" "The each() function is deprecated. This message will be suppressed on further calls"
vendor/riverslei/payment/src/Utils/ArrayUtil.php 第23行
改成foreach($list as $key => $val)的形式就可以
"PHP Deprecated Warning" "The each() function is deprecated. This message will be suppressed on further calls"
vendor/riverslei/payment/src/Utils/ArrayUtil.php 第23行