关于 ecshop 提现功能不会冻结资金的问题
关于 ecshop 提现功能不会冻结资金的问题
日期:2022-02-11 13:56:11 人气:1
打开user.php,找到
if ($surplus['process_type'] == 1){
/* 判断是否有足够的余额的进行退款的操作 */
$sur_amount = get_user_surplus($user_id);
if ($amount > $sur_amount) {
if ($surplus['process_type'] == 1){
/* 判断是否有足够的余额的进行退款的操作 */
$sur_amount = get_user_surplus($user_id);
if ($amount > $sur_amount) {